Definition Type: ComplexType
Name: KeyDef_Type
Namespace: http://ACORD.org/Standards/Life/2
Containing Schema: XTbML2.20.01.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Extension in schema xtbml2_20_01_xsd Drilldown into KeyCodeType in schema xtbml2_20_01_xsd Drilldown into EnumeratedStringValue in schema xtbml2_20_01_xsd Drilldown into EnumeratedTypeCodeValue in schema xtbml2_20_01_xsd Drilldown into DimensionSequence in schema xtbml2_20_01_xsd Drilldown into KeyName in schema xlifebase2_20_01_xsd Drilldown into KeySubClass in schema xtbml2_20_01_xsd Drilldown into KeySubClassType in schema xtbml2_20_01_xsd Drilldown into KeySubType in schema xtbml2_20_01_xsd Drilldown into KeyType in schema xtbml2_20_01_xsd Drilldown into id in schema xtbml2_20_01_xsdXSD Diagram of KeyDef_Type in schema xtbml2_20_01_xsd (Acord - Life, Annuity & Health Standards Program)
Collapse XSD Schema Code:
<xsd:complexType name="KeyDef_Type">
    <xsd:sequence>
        <xsd:element ref="KeyType" />
        <xsd:element ref="KeySubType" minOccurs="0" />
        <xsd:element ref="KeySubClassType" minOccurs="0" />
        <xsd:element ref="KeySubClass" minOccurs="0" />
        <xsd:element ref="KeyName" minOccurs="0" />
        <xsd:element ref="DimensionSequence" minOccurs="0" />
        <xsd:choice>
            <xsd:element ref="EnumeratedTypeCodeValue" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="EnumeratedStringValue" minOccurs="0" maxOccurs="unbounded" />
        </xsd:choice>
        <xsd:element ref="KeyCodeType" minOccurs="0" />
        <xsd:element ref="Extension" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
KeyType nsA:KeyType (1) (1)
KeySubType nsA:KeySubType 0 (1)
KeySubClassType nsA:KeySubClassType 0 (1)
KeySubClass nsA:KeySubClass 0 (1)
KeyName nsA:KeyName 0 (1)
DimensionSequence nsA:DimensionSequence 0 (1)
EnumeratedTypeCodeValue nsA:EnumeratedTypeCodeValue 0 unbounded
EnumeratedStringValue nsA:EnumeratedStringValue 0 unbounded
KeyCodeType nsA:KeyCodeType 0 (1)
Extension nsA:Extension 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:KeyDef