Definition Type: Element
Name: OrganisationKnownAs
Namespace: urn:oasis:names:tc:ciq:xsdschema:xNL:2.0
Type: xnl:OrganisationNameDetails
Containing Schema: xNL.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Any other names the organisation can be known under.
Collapse XSD Schema Diagram:
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_xsd Drilldown into ValidTo in schema xnl_xsd Drilldown into ValidFrom in schema xnl_xsdXSD Diagram of OrganisationKnownAs in schema xnl_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NameLine xnl:NameLine 0 unbounded
OrganisationName xnl:OrganisationName 0 unbounded
OrganisationType xnl:OrganisationType 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)
ValidFrom xnl:ValidFrom (Optional)
ValidTo xnl:ValidTo (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse Comments:
blog comments powered by Disqus