Definition Type: Element
Name: xNL
Namespace: urn:oasis:names:tc:ciq:xsdschema:xNL:2.0
Containing Schema: xNL.xsd
Abstract
Documentation:
Root element to define name of a Person or an Organisation in detail
Collapse XSD Schema Diagram:
Drilldown into NameDetails in schema xnl_xsd Drilldown into Version in schema xnl_xsdXSD Diagram of xNL in schema xnl_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="xNL">
    <xs:annotation>
        <xs:documentation>Root element to define name of a Person or an Organisation  in detail</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="NameDetails" maxOccurs="unbounded" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>Use this to import/use/reference name elements from other namespaces </xs:documentation>
                </xs:annotation>
            </xs:any>
        </xs:sequence>
        <xs:attribute name="Version">
            <xs:annotation>
                <xs:documentation>DTD version. This attribute is not used for schema and exists only for DTD compatibility.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NameDetails xnl:NameDetails (1) unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Version xnl:Version (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus