diagram |
|
version |
V2_0 |
namespace |
https://www.wipo.int/standards/XMLSchema/ST96/Common |
properties |
|
children |
com:FileName com:DocumentFormatCategory com:DocumentContentCategory com:DocumentLocationURI |
used by |
|
attributes |
Name |
|
Type |
|
Use |
|
Default |
|
Fixed |
|
annotation |
com:id |
|
xsd:ID |
|
|
|
|
|
|
|
documentation Unique identifier global to the entire document |
com:sequenceNumber |
|
xsd:string |
|
|
|
|
|
|
|
documentation Sequence number in a list or collection |
|
source |
<xsd:complexType name="ExternalDocumentType" mixed="true"> <xsd:sequence>
|
<xsd:element ref="com:FileName"> </xsd:element> |
|
<xsd:element ref="com:DocumentFormatCategory"> </xsd:element> |
|
<xsd:element ref="com:DocumentContentCategory" minOccurs="0"> </xsd:element> |
|
<xsd:element ref="com:DocumentLocationURI" minOccurs="0"> </xsd:element> |
</xsd:sequence> <xsd:attribute ref="com:id"/> <xsd:attribute ref="com:sequenceNumber"/> </xsd:complexType> |