DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "GenerationType"
Namespace:
Content:
complex, 3 attributes, 4 elements
Defined:
Includes:
definitions of 3 attributes and 4 elements
Used:
XML Representation Summary
<...
    formalLanguage
 = 
xs:string
    isDerived
 = 
xs:boolean : "true"
    qualification
 = 
xs:string : "optional"
    >
   
Content: 
ComponentReference*, r:Description*, r:Command*, r:OtherMaterial*
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Generation/derivation details of the category.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="GenerationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ComponentReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Command"/>
<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:attribute name="formalLanguage" type="xs:string" use="optional"/>
</xs:complexType>
Attribute Detail (defined in this component only; 3/3)
formalLanguage
Type:
xs:string, predefined
Use:
optional
Indicates the formal language of the command files in the Generation element. This entry may be overridden by a formalLanguage attribute at the command file level, if present.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="formalLanguage" type="xs:string" use="optional"/>

isDerived
Type:
xs:boolean, predefined
Use:
optional
Attribute Value
Default:
"true"
XML Source (see within schema source)
<xs:attribute default="true" name="isDerived" type="xs:boolean"/>

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

r:Command
Type:
r:CommandType, complex content
Command for creating the generation. This part is intended to be machine-actionable.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Command"/>

r:Description
Type:
r:StructuredStringType, mixed content
Description of the generation.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" 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 SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set