complexType AddressLineTextType
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:AddressLineText
attributes
Name Type Use Default Fixed annotation
com:sequenceNumber xsd:string required documentation
Sequence number in a list or collection
com:addressLineCategory com:AddressLineCategoryType documentation
Category of address line
source <xsd:complexType name="AddressLineTextType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute ref="com:sequenceNumber" use="required"/>
<xsd:attribute ref="com:addressLineCategory"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>