Definition Type: ComplexType
Name: KeyedValue_Type
Namespace: http://ACORD.org/Standards/Life/2
Containing Schema: XlifeBase2.20.01.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into KeyValue in schema xlifebase2_20_01_xsd Drilldown into VendorCode in schema xlifebase2_20_01_xsd Drilldown into KeyName in schema xlifebase2_20_01_xsd Drilldown into SystemCode in schema xlifebase2_20_01_xsd Drilldown into DataRep in schema xlifebase2_20_01_xsd Drilldown into tc in schema xlifebase2_20_01_xsd Drilldown into id in schema xlifebase2_20_01_xsdXSD Diagram of KeyedValue_Type in schema xlifebase2_20_01_xsd (Acord - Life, Annuity & Health Standards Program)
Collapse XSD Schema Code:
<xsd:complexType name="KeyedValue_Type">
    <xsd:sequence>
        <xsd:element ref="KeyName" />
        <xsd:element ref="VendorCode" minOccurs="0" />
        <xsd:element ref="KeyValue" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
    <xsd:attribute name="tc" type="OLI_LU_VARIANTATT" />
    <xsd:attribute name="DataRep" type="DATAREP_TYPES" />
    <xsd:attribute name="SystemCode" type="xsd:string" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
KeyName nsA:KeyName (1) (1)
VendorCode nsA:VendorCode 0 (1)
KeyValue nsA:KeyValue (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
tc nsA:tc (Optional)
DataRep nsA:DataRep (Optional)
SystemCode nsA:SystemCode (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:KeyedValue