complexType "ClassificationFamilyType"
Namespace:
Content:
complex, 9 attributes, 19 elements
Defined:
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:boolean : "false"
 = 
xs:anyURI
 = 
xs:language
 = 
"true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A Classification Family is a group of Classification Series related from a particular point of view. The Classification Family is related by being based on a common concept (e.g. economic activity).
Type Definition Detail
Type Derivation Tree
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              ClassificationFamilyType
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="ClassificationFamilyType">
<xs:complexContent mixed="false">
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Name"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element maxOccurs="1" minOccurs="0" ref="r:Description"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="ClassificationSeries"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/19)
ClassificationSeries
Type:
ClassificationSeriesType, complex content
A Classification Family may refer to a number of Classification Series. Allows for in-line entry of a Classification Series.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ClassificationSeries"/>

r:ClassificationSeriesReference
Type:
r:ReferenceType, complex content
A Classification Family may refer to a number of Classification Series. TypeOfObject should be set to ClassificationSeries.
XML Source (w/o annotations (1); see within schema source)

r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the ClassificationFamily. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, complex content
A display label for the ClassificationFamily. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

r:Name
Type:
r:NameType, complex content
A name for the Classification Family. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Name"/>

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