element -> <dConfiguration.14>
dConfiguration.14 EMD Vendor No Yes The vendor or company associated with the EMD Card set and algorithms. D04_17 Recommended
Namespace:
Type:
anonymous (extension of EMDVendorType)
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<dConfiguration.14
    NV
 = 
("7701001" | "7701003" | "7701005")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ xs:string }
</dConfiguration.14>
Simple Content Detail:
MaxLength:
100
MinLength:
2

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  EMDVendorType (extension)
      complexType
Derivation:
extension of EMDVendorType
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dConfiguration.EMDVendor" maxOccurs="unbounded" minOccurs="0" name="dConfiguration.14" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMDVendorType">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>

NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003" | "7701005"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>