complexType "SchemeReferenceType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
Content Model Elements (7):
-
All Direct / Indirect Based Elements (14):
-
CategorySchemeReference,
ConceptSchemeReference,
ControlConstructSchemeReference,
GeographicLocationSchemeReference,
GeographicStructureSchemeReference,
InterviewerInstructionSchemeReference,
NCubeSchemeReference,
OrganizationSchemeReference,
PhysicalStructureSchemeReference,
QuestionSchemeReference,
RecordLayoutSchemeReference,
SchemeReference,
UniverseSchemeReference,
VariableSchemeReference
Known Usage Locations
- As direct type of elements (14):
CategorySchemeReference,
ConceptSchemeReference,
ControlConstructSchemeReference,
GeographicLocationSchemeReference,
GeographicStructureSchemeReference,
InterviewerInstructionSchemeReference,
NCubeSchemeReference,
OrganizationSchemeReference,
PhysicalStructureSchemeReference,
QuestionSchemeReference,
RecordLayoutSchemeReference,
SchemeReference,
UniverseSchemeReference,
VariableSchemeReference
Annotation
This is a type of reference used only by schemes to include or exclude specific items from imported schemes of the same type.
Type Definition Detail
Type Derivation Tree SchemeReferenceType (extension) |
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="SchemeReferenceType"> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Exclude"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
Content Element Detail (defined in this component only; 1/7) -
An item from the referenced scheme which should be excluded from use for the purposes of the reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Exclude"/> |