DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "CategoryStatisticTypeCodedType"
Namespace:
Content:
simple, 11 attributes
Defined:
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<...
    codeListAgencyName
 = 
"DDI"
    codeListAgencyName
 = 
xs:string
    codeListID
 = 
"Category Statistic Type"
    codeListID
 = 
xs:string
    codeListName
 = 
xs:string
    codeListSchemeURN
 = 
xs:string
    codeListURN
 = 
xs:string
    codeListVersionID
 = 
"1.0"
    codeListVersionID
 = 
xs:string : "1.0"
    otherValue
 = 
xs:string
    otherValue
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</...>
Simple Content Restrictions:
Enumeration:
"Frequency"
 - 
Frequency
"Percent"
 - 
Percent
"CrossTabulation"
 - 
Cross Tabulation
"ValidCases"
 - 
Valid Cases
"InvalidCases"
 - 
Invalid Cases
"Minimum"
 - 
Mimimum
"Maximum"
 - 
Maximum
"StandardDeviation"
 - 
Standard Deviation
"CumulativePercent"
 - 
CumulativePercent
"UseOther"
 - 
See otherValue attribute Other

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A suggested enumeration of category statistics.
Type Definition Detail
Type Derivation Tree
xs:string
  r:CodeValueType (extension)
      CategoryStatisticTypeCodedType (restriction)
Derivation:
restriction of r:CodeValueType
Facets:
enumeration:
"Frequency"
 - 
Frequency
"Percent"
 - 
Percent
"CrossTabulation"
 - 
Cross Tabulation
"ValidCases"
 - 
Valid Cases
"InvalidCases"
 - 
Invalid Cases
"Minimum"
 - 
Mimimum
"Maximum"
 - 
Maximum
"StandardDeviation"
 - 
Standard Deviation
"CumulativePercent"
 - 
CumulativePercent
"UseOther"
 - 
See otherValue attribute Other
XML Source (w/o annotations (15); see within schema source)
<xs:complexType name="CategoryStatisticTypeCodedType">
<xs:simpleContent>
<xs:restriction base="r:CodeValueType">
<xs:enumeration value="Frequency"/>
<xs:enumeration value="Percent"/>
<xs:enumeration value="CrossTabulation"/>
<xs:enumeration value="ValidCases"/>
<xs:enumeration value="InvalidCases"/>
<xs:enumeration value="Minimum"/>
<xs:enumeration value="Maximum"/>
<xs:enumeration value="StandardDeviation"/>
<xs:enumeration value="CumulativePercent"/>
<xs:enumeration value="UseOther"/>
<xs:attribute fixed="Category Statistic Type" name="codeListID" type="xs:string" use="required"/>
<xs:attribute fixed="DDI" name="codeListAgencyName" type="xs:string" use="required"/>
<xs:attribute fixed="1.0" name="codeListVersionID" type="xs:string"/>
<xs:attribute name="otherValue" type="xs:string" use="optional"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (defined in this component only; 4/11)
codeListAgencyName
Type:
xs:string, predefined
Use:
required
Agency maintaining the code list.
Attribute Value
Fixed:
"DDI"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute fixed="DDI" name="codeListAgencyName" type="xs:string" use="required"/>

codeListID
Type:
xs:string, predefined
Use:
required
Identification of the code list that this value is taken from.
Attribute Value
Fixed:
"Category Statistic Type"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute fixed="Category Statistic Type" name="codeListID" type="xs:string" use="required"/>

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

otherValue
Type:
xs:string, predefined
Use:
optional
Other Value.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="otherValue" type="xs:string" use="optional"/>

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