complexType FaxNumberType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
type extension of xsd:string
used by
element com:FaxNumber
attributes
Name Type Use Default Fixed annotation
faxNumberCategory com:FaxNumberCategoryType
source <xsd:complexType name="FaxNumberType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute ref="com:faxNumberCategory"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>