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