<xs:complexType name="CharacteristicNominalsType">
<xs:annotation>
<xs:documentation>The CharacteristicNominalsType defines a list of characteristic nominals.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="CharacteristicNominal" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each CharacteristicNominal element gives information about a characteristic nominal.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="n" type="NaturalType" use="required">
<xs:annotation>
<xs:documentation>The required n attribute is the number of characteristic nominals in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |