<xs:complexType name="DocumentIdType">
<xs:sequence>
<xs:element name="Id" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the identifier of the semantically named document. The position of the Id further defines it's context and meaning,</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="SimpleId" />
</xs:simpleType>
</xs:element>
<xs:element name="Revision" type="Revision" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the revision of Document Idenifier. The combination of the Id and it's revision uniquely identifies a document from the AssigningParty. </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|