Mega Code Archive

 
Categories / XML Tutorial / XML Schema
 

Content Models

In XML Schemas you can specify an element's content model  using the following:  A <sequence>declaration  A <choice>declaration  A reference to a global <group>declaration  An <all>declaration  Each of these declarations may contain the following:  Inner content models  Element declarations  Element wildcards