Definition Type: Element
Name: FirstName
Namespace: urn:oasis:names:tc:ciq:xsdschema:xNL:2.0
Containing Schema: xNL.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Represents the position of the name in a name string. Can be Given Name, Christian Name, Surname, family name, etc. Use the attribute "NameType" to define what type this name is.
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 FirstName in schema xnl_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="FirstName" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>Represents the position of the name in a name string. Can be Given Name, Christian Name, Surname, family name, etc. Use the attribute "NameType" to define what type this name is.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:attribute name="Type">
            <xs:annotation>
                <xs:documentation>Type of first name. Example: Official, Un-official, abbreviation, initial, etc</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="NameType">
            <xs:annotation>
                <xs:documentation>Defines the name type of first name. Example: Given Name, Christian Name, Father's Name, etc. In some countries, First name could be a Family Name or a SurName. Use this attribute to define the type for this name.</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)
NameType xnl:NameType (Optional)
Code xnl:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus