<xs:complexType name="CharacteristicItemsType">
<xs:annotation>
<xs:documentation>The CharacteristicItemsType defines a list of characteristic items.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="CharacteristicItem" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each CharacteristicItem element gives information about a characteristic item.</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 items in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |