Definition Type: Element
Name: AddressLine
Namespace: http://www.openapplications.org/oagis
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Components.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Indicates the multiple lines of an address. The first line is typically the street name and number.
Collapse XSD Schema Diagram:
XSD Diagram of AddressLine in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:element name="AddressLine" type="xs:string" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Indicates the multiple lines of an address. The first line is typically the street name and number.</xs:documentation>
    </xs:annotation>
</xs:element>