DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "InternationalCodeValueType"
Namespace:
Content:
simple, 6 attributes
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
    codeListAgency
 = 
xs:string
    codeListID
 = 
xs:string
    codeListVersion
 = 
xs:string : "1.0"
    translatable
 = 
xs:boolean : "true"
    translated
 = 
xs:boolean : "false"
    xml:lang
 = 
xs:language
    >
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Provides a code value, as well as a reference to the code list from which the value is taken. Note that the CodeValue can be restricted to reference an enumeration. Provides a language-locale identifier.
Type Definition Detail
Type Derivation Tree
xs:string
  InternationalStringType (extension)
      InternationalCodeValueType (extension)
Derivation:
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="InternationalCodeValueType">
<xs:simpleContent>
<xs:extension base="InternationalStringType">
<xs:attribute name="codeListID" type="xs:string" use="optional"/>
<xs:attribute name="codeListAgency" type="xs:string" use="optional"/>
<xs:attribute default="1.0" name="codeListVersion" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (defined in this component only; 3/6)
codeListAgency
Type:
xs:string, predefined
Use:
optional
Agency maintaining the code list.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="codeListAgency" type="xs:string" use="optional"/>

codeListID
Type:
xs:string, predefined
Use:
optional
Identifies the code list that the value is taken from.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="codeListID" type="xs:string" use="optional"/>

codeListVersion
Type:
xs:string, predefined
Use:
optional
Version of the code list. (Default value is 1.0)
Attribute Value
Default:
"1.0"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="1.0" name="codeListVersion" type="xs:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set