<xs:complexType name="AttributesType">
<xs:annotation>
<xs:documentation>The AttributesType defines a list of entity attributes.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Attribute" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each Attribute element is an entity attribute.</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 entity attributes in this list.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |