Definition Type: Element
Name: AddresseeIndicator
Namespace: urn:oasis:names:tc:ciq:xsdschema:xNL:2.0
Containing Schema: xNL.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specific for name and address where the addressee is specified. eg. ATTENTION, ter attentie van (in Holland), etc
Collapse XSD Schema Diagram:
Drilldown into Code in schema xnl_xsdXSD Diagram of AddresseeIndicator in schema xnl_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="AddresseeIndicator" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Specific for name and address where the addressee is specified. eg. ATTENTION, ter attentie van (in Holland), etc</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:attribute name="Code">
            <xs:annotation>
                <xs:documentation>Indicates the name element code defined by postal standard groups like ECCMA, ADIS, UN/PROLIST for postal services.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Code xnl:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus