AddressLineType

<ccts:Component>
  <ccts:ComponentType>ABIE</ccts:ComponentType>
  <ccts:DictionaryEntryName>Address Line. Details</ccts:DictionaryEntryName>
  <ccts:Definition>A class to define an unstructured address line.</ccts:Definition>
  <ccts:ObjectClass>Address Line</ccts:ObjectClass>
</ccts:Component>

Complex Type Information

Model

Children: Line

Used By

Element AddressLine

Source

<xsd:complexType name="AddressLineType">
  <xsd:annotation>
    <xsd:documentation>
      <ccts:Component>
        <ccts:ComponentType>ABIE</ccts:ComponentType>
        <ccts:DictionaryEntryName>Address Line. Details</ccts:DictionaryEntryName>
        <ccts:Definition>A class to define an unstructured address line.</ccts:Definition>
        <ccts:ObjectClass>Address Line</ccts:ObjectClass>
      </ccts:Component>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="cbc:Line" minOccurs="1" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Address Line. Line. Text</ccts:DictionaryEntryName>
            <ccts:Definition>An address line expressed as unstructured text.</ccts:Definition>
            <ccts:Cardinality>1</ccts:Cardinality>
            <ccts:ObjectClass>Address Line</ccts:ObjectClass>
            <ccts:PropertyTerm>Line</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
            <ccts:DataType>Text. Type</ccts:DataType>
            <ccts:Examples>123 Standard Chartered Tower</ccts:Examples>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>