Definition Type: Element
Name: Title
Namespace: urn:oasis:names:tc:ciq:xsdschema:xNL:2.0
Containing Schema: xNL.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Greeting title. Example: Mr, Dr, Ms, Herr, etc. Can have multiple titles.
Collapse XSD Schema Diagram:
Drilldown into Code in schema xnl_xsd Drilldown into Type in schema xnl_xsdXSD Diagram of Title in schema xnl_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="Title" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>Greeting title. Example: Mr, Dr, Ms, Herr, etc. Can have multiple titles.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:attribute name="Type">
            <xs:annotation>
                <xs:documentation>Type of Title. Example: Plural Titles such as MESSRS, Formal Degree, Honarary Degree, Sex (Mr, Mrs) etc</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <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
Type xnl:Type (Optional)
Code xnl:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus