Definition Type: Element
Name: DependencyName
Namespace: urn:oasis:names:tc:ciq:xsdschema:xNL:2.0
Type: xnl:NameDetails
Containing Schema: xNL.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Container for a name of a dependent person or organisation. Example: Ram Kumar, C/O MSI Business Solutions DependencyType: Person-Person/Person-Organisation Relationship (care of, wife of, position, etc). Can have sublement with name structure or reference another top-level element.
Collapse XSD Schema Diagram:
Drilldown into OrganisationNameDetails in schema xnl_xsd Drilldown into JointPersonName in schema xnl_xsd Drilldown into PersonName in schema xnl_xsd Drilldown into NameLine in schema xnl_xsd Drilldown into Code in schema xnl_xsd Drilldown into PartyType in schema xnl_xsd Drilldown into NameDetails in schema xnl_xsd Drilldown into NameDetailsKeyRef in schema xnl_xsd Drilldown into grKeyRefs in schema xnl_xsd Drilldown into DependencyType in schema xnl_xsdXSD Diagram of DependencyName in schema xnl_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="DependencyName" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Container for a name of a dependent person or organisation. Example: Ram Kumar, C/O MSI Business Solutions</xs:documentation>
        <xs:documentation>DependencyType: Person-Person/Person-Organisation Relationship (care of, wife of, position, etc). Can have sublement with name structure or reference another top-level element.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="NameDetails">
                <xs:sequence>
                    <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded">
                        <xs:annotation>
                            <xs:documentation>Use this to import/use/reference elements from other namespaces </xs:documentation>
                        </xs:annotation>
                    </xs:any>
                </xs:sequence>
                <xs:attribute name="DependencyType">
                    <xs:annotation>
                        <xs:documentation>Description of the dependency: in trust of, on behalf of, etc.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attributeGroup ref="grKeyRefs" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NameLine xnl:NameLine (1) unbounded
PersonName xnl:PersonName (1) (1)
JointPersonName xnl:JointPersonName (1) (1)
OrganisationNameDetails xnl:OrganisationNameDetails (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
PartyType xnl:PartyType (Optional)
Code xnl:Code (Optional)
DependencyType xnl:DependencyType (Optional)
NameDetailsKeyRef xnl:NameDetailsKeyRef (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse Comments:
blog comments powered by Disqus