complexType "GenerationType"
Namespace:
Content:
complex, 2 attributes, 4 elements
Defined:
Includes:
definitions of 2 attributes, 4 elements
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "true"
 = 
xs:string : "optional"
   
>
   
Content: 
</...>
Content Model Elements (4):
ComponentReference, r:CommandCode, r:Description, r:OtherMaterial
All Direct / Indirect Based Elements (1):
Generation
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 (7); 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:element maxOccurs="unbounded" minOccurs="0" ref="r:OtherMaterial"/>
</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; 4/4)
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. May be expressed in multiple languages and supports the use of structured 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 maxOccurs="unbounded" minOccurs="0" ref="r:OtherMaterial"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set