complexType "SizeType"
Namespace:
Content:
empty, 8 attributes
Defined:
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string : "1.0"
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:nonNegativeInteger
/>
All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
Consists of an integer value and specification of the unit. The unit may be specified using a controlled vocabulary.
Type Definition Detail
Type Derivation Tree
xs:string (extension)
  r:CodeValueType (extension)
      SizeType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="SizeType">
<xs:complexContent>
<xs:extension base="r:CodeValueType">
<xs:attribute name="numberOfUnits" type="xs:nonNegativeInteger" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/8)
numberOfUnits
Type:
xs:nonNegativeInteger, predefined
Use:
required
The number of units.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="numberOfUnits" type="xs:nonNegativeInteger" use="required"/>

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