<xs:element minOccurs="0" maxOccurs="unbounded" name="child">
<xs:complexType>
<xs:sequence>
<xs:group ref="DescriptionAndEquivalents"/>
<xs:element minOccurs="0" maxOccurs="unbounded" name="kind">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="node-kind" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="kind" type="xs:string" use="optional"/>
<xs:attribute name="list" type="xs:boolean" use="optional"/>
<xs:attribute name="order" type="xs:float" use="optional"/>
<xs:attribute name="optional" type="xs:boolean" use="optional"/>
<xs:attribute name="optional-elements" type="xs:boolean" use="optional"/>
<xs:attribute name="separator-kind" type="xs:string" use="optional"/>
<xs:attribute name="separator-name" type="xs:string" use="optional"/>
<xs:attribute name="not-in-factory" type="xs:boolean" use="optional"/>
<xs:attribute name="generate-with" type="xs:boolean" use="optional"/>
</xs:complexType>
</xs:element> |