complexType "StandardKeyValuePairType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (3):
Known Usage Locations
Annotation
A basic data representation for computing systems and applications expressed as a tuple (attribute key, value). Attribute keys may or may not be unique.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="StandardKeyValuePairType">
<xs:sequence>
<xs:element ref="AttributeKey"/>
<xs:element ref="AttributeValue"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
AttributeKey
Type:
CodeValueType, simple content
This key (sometimes referred to as a name) expressed as a string. Supports the use of an external controlled vocabulary which is the recommended approach.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="AttributeKey"/>

AttributeValue
Type:
CodeValueType, simple content
The value assigned to the named Key expressed as a string. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="AttributeValue"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set