complexType PreType
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
used by
element com:Pre
attributes
Name Type Use Default Fixed annotation
com:listingCategory com:ListingCategoryType required documentation
Category of listing
com:id xsd:ID documentation
Unique identifier global to the entire document
source <xsd:complexType name="PreType">
<xsd:attribute ref="com:listingCategory" use="required"/>
<xsd:attribute ref="com:id"/>
</xsd:complexType>