complexType "SchemeReferenceType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:boolean : "false" |
|
= |
xs:anyURI |
|
= |
"true" |
|
= |
xs:boolean : "false" |
|
= |
xs:string |
|
= |
list of xs:language |
|
= |
xs:anyURI |
|
|
> |
|
|
</...> |
Content Model Elements (7):
-
All Direct / Indirect Based Elements (24):
-
CategorySchemeReference,
CodeListSchemeReference,
ConceptSchemeReference,
ConceptualVariableSchemeReference,
ControlConstructSchemeReference,
DefaultVariableSchemeReference,
GeographicLocationSchemeReference,
GeographicStructureSchemeReference,
InstrumentSchemeReference,
InterviewerInstructionSchemeReference,
ManagedRepresentationSchemeReference,
NCubeSchemeReference,
OrganizationSchemeReference,
PhysicalStructureSchemeReference,
ProcessingEventSchemeReference,
ProcessingInstructionSchemeReference,
QualityStatementSchemeReference,
QuestionSchemeReference,
RecordLayoutSchemeReference,
RepresentedVariableSchemeReference,
SourceSchemeReference,
TargetSchemeReference,
UniverseSchemeReference,
VariableSchemeReference
Known Usage Locations
Annotation
Used for referencing an scheme expressed in DDI XML using the standard reference structure plus the ability to exclude the inclusion of any specified items belonging to the scheme. TypeOfObject should be set to CategoryScheme, CodeListScheme, ConceptScheme, ConceptualVariableScheme, ControlConstructScheme, GeographicLocationScheme, GeographicStructureScheme, InstrumentScheme, InterviewerInstructionScheme, ManagedRepresentationScheme, NCubeScheme, OrganizationScheme, PhysicalStructureScheme, ProcessingEventScheme, ProcessingInstructionScheme, QualityStatementScheme, QuestionScheme, RecordLayoutScheme, RepresentedVariableScheme, UniverseScheme, or VariableScheme.
Type Definition Detail
Type Derivation Tree SchemeReferenceType |
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 (all declarations; defined within this component only; 1/7) -
Identification of 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"/> |