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 |
|
|
> |
|
|
</...> |
All Direct / Indirect Based Elements (29):
-
CategorySchemeReference,
CodeListSchemeReference,
ConceptSchemeReference,
ConceptualVariableSchemeReference,
ControlConstructSchemeReference,
DefaultVariableSchemeReference,
DevelopmentActivitySchemeReference,
GeographicLocationSchemeReference,
GeographicStructureSchemeReference,
InstrumentSchemeReference,
InterviewerInstructionSchemeReference,
ManagedRepresentationSchemeReference,
MeasurementSchemeReference,
NCubeSchemeReference,
OrganizationSchemeReference,
OtherMaterialSchemeReference,
PhysicalStructureSchemeReference,
ProcessingEventSchemeReference,
ProcessingInstructionSchemeReference,
QualitySchemeReference,
QuestionSchemeReference,
RecordLayoutSchemeReference,
RepresentedVariableSchemeReference,
SamplingInformationSchemeReference,
SourceSchemeReference,
TargetSchemeReference,
UnitTypeSchemeReference,
UniverseSchemeReference,
VariableSchemeReference
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, QualityScheme, QuestionScheme, RecordLayoutScheme, RepresentedVariableScheme, UniverseScheme, or VariableScheme.
Type Derivation Tree
SchemeReferenceType
|
XML Source (w/o annotations (2); see within schema source)
<xs:complexContent>
<xs:extension base="ReferenceType">
<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/8)
-
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"/>
|