complexType "NameType"
Namespace:
Content:
complex, 2 attributes, 1 element
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
at 89 locations
XML Representation Summary
<...
   
 = 
xs:boolean
 = 
xs:string
   
>
   
Content: 
</...>
Content Model Elements (1):
String
Known Direct Subtypes (2):
LocationNameType, OrganizationNameType
All Direct / Indirect Based Elements (89):
AccessTypeName, ArchiveModuleName, CategoryGroupName, CategoryName, CategorySchemeName, CodeListGroupName, CodeListName, CodeListSchemeName, ComparisonName, ConceptGroupName, ConceptName, ConceptSchemeName, ConceptualComponentModuleName, ConceptualVariableGroupName, ConceptualVariableName, ConceptualVariableSchemeName, ConstructName, ControlConstructGroupName, ControlConstructSchemeName, DDIProfileName, DataCollectionModuleName, DataRelationshipName, DataSetName, EmbargoName, GeographicLevelName, GeographicLocationGroupName, GeographicLocationName, GeographicLocationSchemeName, GeographicStructureGroupName, GeographicStructureName, GeographicStructureSchemeName, InstructionGroupName, InstructionName, InstrumentGroupName, InstrumentName, InstrumentSchemeName, InterviewerInstructionSchemeName, LevelName, LocationName, LocationValueName, LogicalProductName, LogicalRecordName, ManagedDateTimeRepresentationName, ManagedMissingValuesRepresentationName, ManagedNumericRepresentationName, ManagedRepresentationGroupName, ManagedRepresentationSchemeName, ManagedScaleRepresentationName, ManagedTextRepresentationName, MapName, NCubeGroupName, NCubeName, NCubeSchemeName, OrganizationGroupName, OrganizationName, OrganizationSchemeName, ParameterName, PhysicalDataProductName, PhysicalStructureGroupName, PhysicalStructureSchemeName, ProcessingEventGroupName, ProcessingEventSchemeName, ProcessingInstructionGroupName, ProcessingInstructionSchemeName, QualityStatementGroupName, QualityStatementName, QualityStatementSchemeName, QuestionBlockName, QuestionGridName, QuestionGroupName, QuestionItemName, QuestionSchemeName, RecordLayoutGroupName, RecordLayoutSchemeName, RecordRelationshipName, RepresentationMapName, RepresentedVariableGroupName, RepresentedVariableName, RepresentedVariableSchemeName, SeriesName, SoftwareName, SubUniverseClassName, UniverseGroupName, UniverseName, UniverseSchemeName, VariableGroupName, VariableName, VariableSchemeName, VersionDistinctionName
Known Usage Locations
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 11179-5 naming principles. An item administered by a registry should have at least one name. Names within an administered registry should follow the naming conventions of the registry. If more than one name is provided the context of each name should be noted and one name selected as the preferred name. See ISO/IEC 11179-5 Information Technology - Metadata Registries (MDR) Part 5: naming and identification principles. ISO/IEC1179-5:2005(E).
Type Definition Detail
Type Derivation Tree
InternationalStringType (extension)
  NameType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="NameType">
<xs:complexContent>
<xs:extension base="InternationalStringType">
<xs:attribute name="isPreferred" type="xs:boolean" use="optional"/>
<xs:attribute name="context" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
context
Type:
xs:string, predefined
Use:
optional
A name may be specific to a particular context, i.e., a type of software, or a section of a registry. Identify the context related to the specified name.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="context" type="xs:string" use="optional"/>

isPreferred
Type:
xs:boolean, predefined
Use:
optional
If more than one name for the object is provided, use the isPreferred attribute to indicate which is the preferred name content. All other names should be set to isPreferred="false".
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isPreferred" type="xs:boolean" use="optional"/>

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