complexType "GenerationType"
Namespace:
Content:
complex, 2 attributes, 5 elements
Defined:
Includes:
definitions of 2 attributes, 5 elements
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "true"
 = 
xs:string : "optional"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Description of the process used to generate the category content. Includes a reference to component parts, a description of the generation process, a structured command, and other materials that are needed in the generation process. The item may be designated as a derivation process (default value) and be qualified in some way by a qualification attribute.
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="GenerationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ComponentReference"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:CommandCode"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="r:OtherMaterial"/>
<xs:element ref="r:OtherMaterialReference"/>
</xs:choice>
</xs:sequence>
<xs:attribute default="true" name="isDerived" type="xs:boolean"/>
<xs:attribute default="optional" name="qualification" type="xs:string"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
isDerived
Type:
xs:boolean, predefined
Use:
optional
If not a derivation process set this attribute to "false".
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="isDerived" type="xs:boolean"/>

qualification
Type:
xs:string, predefined
Use:
optional
A qualification for the generation process expressed as a simple string.
Attribute Value
Default:
"optional"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="optional" name="qualification" type="xs:string"/>
Content Element Detail (all declarations; defined within this component only; 5/5)
ComponentReference
Type:
r:ReferenceType, complex content
Reference to a category used in the generation process.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ComponentReference"/>

r:CommandCode
Type:
r:CommandCodeType, complex content
Structured information used by a system to generate the category.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:CommandCode"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the generation process. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:OtherMaterial
Type:
r:OtherMaterialType, complex content
External documentation required for creating the generation - for example, a chart or table for defining poverty.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:OtherMaterial"/>

r:OtherMaterialReference
Type:
r:ReferenceType, complex content
Inclusion of an external documentation previously described. TypeOfObject should be OtherMaterial
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:OtherMaterialReference"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set