complexType GeographicRegionNameType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
type extension of xsd:string
used by
element com:GeographicRegionName
attributes
Name Type Use Default Fixed annotation
sequenceNumber xsd:string
geographicRegionCategory com:GeographicRegionCategoryType
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>