<xsd:complexType name="NameType">
<xsd:simpleContent>
<xsd:extension base="udt:NameType">
<xsd:attribute name="sequence" type="IntegerNumericType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/platform/1">When a Name occurs multiple times, this sequence integer can be used to provide the order in which the Names are meaningful.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sequenceName" type="StringType" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|