<xs:element name="SubSection" minOccurs="0" maxOccurs="99">
<xs:complexType>
<xs:attribute name="SubTitle" type="StringLength1to32" use="optional" />
<xs:attribute name="SubCode" type="StringLength1to16" use="optional" />
<xs:attribute name="SubSectionNumber" type="StringLength1to8" use="optional" />
</xs:complexType>
</xs:element>
|