complexType GeographicRegionNameType
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of xsd:string
properties
base xsd:string
used by
element com:GeographicRegionName
attributes
Name Type Use Default Fixed annotation
com:sequenceNumber xsd:string documentation
Sequence number in a list or collection
com:geographicRegionCategory com:GeographicRegionCategoryType documentation
Category of geographic region
source <xsd:complexType name="GeographicRegionNameType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute ref="com:sequenceNumber"/>
<xsd:attribute ref="com:geographicRegionCategory"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>