complexType "NCubeSchemeType"
Namespace:
Content:
complex, 9 attributes, 21 elements
Defined:
Includes:
definitions of 8 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:anyURI
 = 
xs:boolean : "false"
 = 
xs:language
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (21):
NCube, NCubeGroup, NCubeGroupReference, NCubeSchemeName, r:Agency, r:BasedOnObject, r:Description, r:ID, r:Label, r:MetadataQuality, r:NCubeReference, r:NCubeSchemeReference, r:Note, r:Software, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
NCubeScheme
Known Usage Locations
Annotation
A set of NCubes maintained by an agency and used to structure data items into relational structures. In addition to the standard name, label, and description of the scheme, contains descriptions of individual NCubes and NCubeGroups as well as allowing the inclusion of another NCubeScheme by reference.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              NCubeSchemeType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="NCubeSchemeType">
<xs:complexContent>
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="NCubeSchemeName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="NCube"/>
<xs:element ref="r:NCubeReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="NCubeGroup"/>
<xs:element ref="NCubeGroupReference"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:NCubeSchemeReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 8/21)
NCube
Type:
NCubeType, complex content
Describes the logical structure of an NCube which is a 1..n dimension structure which relates a set of individual value to each other by defining them within a matrix.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="NCube"/>

NCubeGroup
Type:
NCubeGroupType, complex content
Describes a group of NCubes for conceptual or administrative purposes, which may be ordered or hierarchical.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="NCubeGroup"/>

NCubeGroupReference
Type:
r:ReferenceType, complex content
Includes by reference a description of a group of NCubes for conceptual or administrative purposes, which may be ordered or hierarchical. TypeOfObject should be set to NCubeGroup.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="NCubeGroupReference"/>

NCubeSchemeName
Type:
r:NameType, complex content
A name for the NCubeScheme. 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="NCubeSchemeName"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the NCubeScheme. 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 minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, complex content
A display label for the NCubeScheme. 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:NCubeReference
Type:
r:ReferenceType, complex content
Includes by reference a description of the logical structure of an NCube which is a 1..n dimension structure which relates a set of individual value to each other by defining them within a matrix. TypeOfObject should be set to NCube.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:NCubeReference"/>

r:NCubeSchemeReference
Type:
r:SchemeReferenceType, complex content
Allows for inclusion of other NCube schemes by reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:NCubeSchemeReference"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set