complexType EmailAddressTextType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of xsd:string
used by
element com:EmailAddressText com:HolderEmailAddressText
attributes
Name Type Use Default Fixed annotation
com:sequenceNumber xsd:string
com:emailAddressCategory com:EmailAddressCategoryType
com:emailAddressPurposeCategory com:EmailAddressPurposeCategoryType
source <xsd:complexType name="EmailAddressTextType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute ref="com:sequenceNumber"/>
<xsd:attribute ref="com:emailAddressCategory"/>
<xsd:attribute ref="com:emailAddressPurposeCategory"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>