Definition Type: Element
Name: KnownAs
Namespace: urn:oasis:names:tc:ciq:xsdschema:xNL:2.0
Type: xnl:PersonName
Containing Schema: xNL.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Sometimes the same person is known under different unofficial or official names
Collapse XSD Schema Diagram:
Drilldown into GeneralSuffix in schema xnl_xsd Drilldown into Suffix in schema xnl_xsd Drilldown into GenerationIdentifier in schema xnl_xsd Drilldown into Alias in schema xnl_xsd Drilldown into OtherName in schema xnl_xsd Drilldown into LastName in schema xnl_xsd Drilldown into NamePrefix in schema xnl_xsd Drilldown into MiddleName in schema xnl_xsd Drilldown into FirstName in schema xnl_xsd Drilldown into Title in schema xnl_xsd Drilldown into PrecedingTitle 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 Code in schema xnl_xsd Drilldown into Type in schema xnl_xsd Drilldown into PersonName in schema xnl_xsd Drilldown into ValidTo in schema xnl_xsd Drilldown into ValidFrom in schema xnl_xsdXSD Diagram of KnownAs in schema xnl_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="KnownAs" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>Sometimes the same person is known under different unofficial or official names</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="PersonName">
                <xs:sequence>
                    <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
                </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
PrecedingTitle xnl:PrecedingTitle 0 unbounded
Title xnl:Title 0 unbounded
FirstName xnl:FirstName 0 unbounded
MiddleName xnl:MiddleName 0 unbounded
NamePrefix xnl:NamePrefix 0 (1)
LastName xnl:LastName 0 unbounded
OtherName xnl:OtherName 0 unbounded
Alias xnl:Alias 0 unbounded
GenerationIdentifier xnl:GenerationIdentifier 0 unbounded
Suffix xnl:Suffix 0 unbounded
GeneralSuffix xnl:GeneralSuffix 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Type xnl:Type (Optional)
Code xnl:Code (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