complexType "NameType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
All Direct / Indirect Based Elements (46):
-
AccessTypeName,
ArchiveModuleName,
CategoryGroupName,
CategoryName,
CategorySchemeName,
CodeMapName,
CodeSchemeName,
ComparisonName,
ConceptGroupName,
ConceptName,
ConceptSchemeName,
ConceptualComponentModuleName,
ConstructName,
ControlConstructSchemeName,
DataCollectionModuleName,
DataElementConceptName,
DataRelationshipName,
DDIProfileName,
EmbargoName,
GeographicLocationSchemeName,
GeographicStructureSchemeName,
InstructionName,
InstrumentName,
InterviewerInstructionSchemeName,
LocationName,
LogicalProductName,
LogicalRecordName,
MapName,
MultipleQuestionItemName,
NCubeGroupName,
NCubeName,
NCubeSchemeName,
OrganizationSchemeName,
PhysicalDataProductName,
PhysicalStructureSchemeName,
QuestionItemName,
QuestionSchemeName,
RecordLayoutSchemeName,
RecordRelationshipName,
SeriesName,
UniverseName,
UniverseSchemeName,
VariableGroupName,
VariableName,
VariableSchemeName,
VersionDistinctionName
Known Usage Locations
- As direct type of elements (46):
AccessTypeName,
ArchiveModuleName,
CategoryGroupName,
CategoryName,
CategorySchemeName,
CodeMapName,
CodeSchemeName,
ComparisonName,
ConceptGroupName,
ConceptName,
ConceptSchemeName,
ConceptualComponentModuleName,
ConstructName,
ControlConstructSchemeName,
DDIProfileName,
DataCollectionModuleName,
DataElementConceptName,
DataRelationshipName,
EmbargoName,
GeographicLocationSchemeName,
GeographicStructureSchemeName,
InstructionName,
InstrumentName,
InterviewerInstructionSchemeName,
LocationName,
LogicalProductName,
LogicalRecordName,
MapName,
MultipleQuestionItemName,
NCubeGroupName,
NCubeName,
NCubeSchemeName,
OrganizationSchemeName,
PhysicalDataProductName,
PhysicalStructureSchemeName,
QuestionItemName,
QuestionSchemeName,
RecordLayoutSchemeName,
RecordRelationshipName,
SeriesName,
UniverseName,
UniverseSchemeName,
VariableGroupName,
VariableName,
VariableSchemeName,
VersionDistinctionName
Annotation
A reusable type assigned to an element with the naming convention XxxName e.g. OrganizationName at selected locations where the element may be assumed to be administered by a registry or is otherwise shared. This is a human understandable name (word, phrase, or mnemonic) that reflects the ISO/IEC 11170-5 naming principles. A name for an element is specified within a particular context such as an element administered within a registry. When multiple names are used the preferred name should be identified by setting the Boolean attribute @isPreferred to 'true'. When elements are administered through a registry a Name is required. Names within an administered registry should follow the naming conventions of the registry. See ISO/IEC 11179-5 Information Technology - Metadata Registries (MDR) Part 5: naming and identification principles. ISO/IEC1179-5:2005(E). Mnemonics associated with an element should included here.
Type Definition Detail
Type Derivation Tree xs:string NameType (extension) |
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="NameType"> <xs:simpleContent> <xs:attribute default="false" name="isPreferred" type="xs:boolean"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
Attribute Detail (defined in this component only; 1/4) isPreferred -
Type: |
xs:boolean, predefined |
Use: |
optional |
Attribute Value
XML Source (see within schema source)
<xs:attribute default="false" name="isPreferred" type="xs:boolean"/> |