complexType NameDetails

complexType {urn:oasis:names:tc:ciq:xsdschema:xNL:2.0}NameDetails

Derived Types
{urn:oasis:names:tc:ciq:xsdschema:xNL:2.0}NameDetails
 {urn:oasis:names:tc:ciq:xsdschema:xNL:2.0}NameDetails (by extension)
 {urn:oasis:names:tc:evs:schema:eml}PersonNameStructure (by extension)
  {urn:oasis:names:tc:evs:schema:eml}VoterName (by type)
  {urn:oasis:names:tc:evs:schema:eml}PersonName (by type)
Abstractfalse (This can be used in an instance)
Target Namespaceurn:oasis:names:tc:ciq:xsdschema:xNL:2.0
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns=urn:oasis:names:tc:ciq:xsdschema:xNL:2.0


Source

<xs:complexType name="NameDetails">
    <
xs:choice minOccurs="0">
        <
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>
        <
xs:element ref="PersonName"/>
        <
xs:element ref="JointPersonName"/>
        <
xs:element ref="OrganisationNameDetails"/>
    </
xs:choice>
    <
xs:attribute name="PartyType">
        <
xs:annotation>
            <
xs:documentation>Indicates the type of entity i.e described namely, Person or an Organisation. An Organisation could be: Club, Association, Company, 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" processContents="strict"/>
</
xs:complexType>


complexType NameDetails


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.