<xs:element name="line" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A line of address information, in the format expected by a recipient postal service. City, country area, country and postal code are expressed separately.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="IntlStringType">
<xs:attribute name="role" type="QCodeType">
<xs:annotation>
<xs:documentation>Refines the semantics of line - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleuri" type="IRIType">
<xs:annotation>
<xs:documentation>Refines the semantics of line - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|