<xsd:complexType name="PartyDocumentIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining a legal document identifier issued by the indicated party.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to a party.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence maxOccurs="unbounded">
<xsd:element name="documentId" type="LegalDocumentId" />
<xsd:element name="documentVersion" type="Token" minOccurs="0" />
</xsd:sequence>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|