Definition Type: ComplexType
Name: NameLineType
Namespace: urn:oasis:names:tc:ciq:xsdschema:xNL:2.0
Containing Schema: xNL.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Code in schema xnl_xsd Drilldown into NameType in schema xnl_xsd Drilldown into Type in schema xnl_xsdXSD Diagram of NameLineType in schema xnl_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="NameLineType" mixed="true">
    <xs:attribute name="Type">
        <xs:annotation>
            <xs:documentation>Type of data defined as a free format text. Example: Former name, Nick name, Known as, etc. or anything else to help identify the line as part of the name.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="NameType">
        <xs:annotation>
            <xs:documentation>Clarifies the meaning of the element. Example: First Name can be Christian name, Given name, first name, 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>
Collapse Child Attributes:
Name Type Default Value Use
Type xnl:Type (Optional)
NameType xnl:NameType (Optional)
Code xnl:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xnl:NameLine, xnl:NameLine, xnl:NameLine, xnl:NameLine
Collapse Comments:
blog comments powered by Disqus