DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "NameType"
Namespace:
Content:
simple, 4 attributes
Defined:
globally in reusable.xsd, see XML source
Includes:
definition of 1 attribute
Used:
at 46 locations
XML Representation Summary
<...
    isPreferred
 = 
xs:boolean : "false"
    translatable
 = 
xs:boolean : "true"
    translated
 = 
xs:boolean : "false"
    xml:lang
 = 
xs:language
    >
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (46):
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 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
  InternationalStringType (extension)
      NameType (extension)
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="NameType">
<xs:simpleContent>
<xs:extension base="InternationalStringType">
<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
Default:
"false"
XML Source (see within schema source)
<xs:attribute default="false" name="isPreferred" type="xs:boolean"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set