Definition Type: Element
Name: OrganisationNameDetails
Namespace: urn:oasis:names:tc:ciq:xsdschema:xNL:2.0
Type: xnl:OrganisationNameDetails
Containing Schema: xNL.xsd
Abstract
Documentation:
A container for organisation name details.
Collapse XSD Schema Diagram:
Drilldown into OrganisationKnownAs in schema xnl_xsd Drilldown into OrganisationFormerName in schema xnl_xsd Drilldown into OrganisationType in schema xnl_xsd Drilldown into OrganisationName in schema xnl_xsd Drilldown into NameLine in schema xnl_xsd Drilldown into NameDetailsKeyRef in schema xnl_xsd Drilldown into grKeyRefs in schema xnl_xsd Drilldown into Type in schema xnl_xsd Drilldown into OrganisationNameDetails in schema xnl_xsdXSD Diagram of OrganisationNameDetails in schema xnl_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="OrganisationNameDetails">
    <xs:annotation>
        <xs:documentation>A container for organisation name details.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="OrganisationNameDetails">
                <xs:sequence>
                    <xs:element name="OrganisationFormerName" minOccurs="0" maxOccurs="unbounded">
                        <xs:annotation>
                            <xs:documentation>Name history for the organisation</xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:complexContent>
                                <xs:extension base="OrganisationNameDetails">
                                    <xs:sequence>
                                        <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="ValidFrom">
                                        <xs:annotation>
                                            <xs:documentation>The first date when the name is valid. Inclusive.</xs:documentation>
                                        </xs:annotation>
                                    </xs:attribute>
                                    <xs:attribute name="ValidTo">
                                        <xs:annotation>
                                            <xs:documentation>The last date when the name is valid. Inclusive.</xs:documentation>
                                        </xs:annotation>
                                    </xs:attribute>
                                </xs:extension>
                            </xs:complexContent>
                        </xs:complexType>
                    </xs:element>
                    <xs:element name="OrganisationKnownAs" minOccurs="0" maxOccurs="unbounded">
                        <xs:annotation>
                            <xs:documentation>Any other names the organisation can be known under.</xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:complexContent>
                                <xs:extension base="OrganisationNameDetails">
                                    <xs:sequence>
                                        <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="ValidFrom">
                                        <xs:annotation>
                                            <xs:documentation>The first date when the name is valid. Inclusive.</xs:documentation>
                                        </xs:annotation>
                                    </xs:attribute>
                                    <xs:attribute name="ValidTo">
                                        <xs:annotation>
                                            <xs:documentation>The last date when the name is valid. Inclusive.</xs:documentation>
                                        </xs:annotation>
                                    </xs:attribute>
                                </xs:extension>
                            </xs:complexContent>
                        </xs:complexType>
                    </xs:element>
                    <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:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NameLine xnl:NameLine 0 unbounded
OrganisationName xnl:OrganisationName 0 unbounded
OrganisationType xnl:OrganisationType 0 unbounded
OrganisationFormerName xnl:OrganisationFormerName 0 unbounded
OrganisationKnownAs xnl:OrganisationKnownAs 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Type xnl:Type (Optional)
NameDetailsKeyRef xnl:NameDetailsKeyRef (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse Comments:
blog comments powered by Disqus