Definition Type: Element
Name: NameLine
Namespace: urn:oasis:names:tc:ciq:xsdschema:xNL:2.0
Type: xnl:NameLineType
Containing Schema: xNL.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Define name as a free format text. Use this when the type of the entity (person or organisation) is unknown, or not broken into individual elements or is beyond the provided types.
Collapse XSD Schema Diagram:
Drilldown into Code in schema xnl_xsd Drilldown into NameType in schema xnl_xsd Drilldown into Type in schema xnl_xsd Drilldown into NameLineType in schema xnl_xsdXSD Diagram of NameLine in schema xnl_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="NameLine" type="NameLineType" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>Define name as a free format text. Use this when the type of the entity (person or organisation) is unknown, or not broken into individual elements or is beyond the provided types.</xs:documentation>
    </xs:annotation>
</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 Derivation Tree:
Collapse Comments:
blog comments powered by Disqus