complexType "standardNameType"
Namespace:
Content:
simple, 15 attributes
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:NMTOKEN
 = 
xs:language
 = 
("archive" | "producer") : "producer"
 = 
xs:string
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
 = 
xs:anyURI
 = 
xs:anyURI
 = 
xs:boolean : "false"
 = 
xs:boolean : "true"
 = 
xs:string
 = 
xs:date
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
 = 
xs:string
 = 
xs:anyURI
   
>
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      stringType (extension)
          standardNameType
Derivation:
extension of stringType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="standardNameType">
<xs:simpleContent>
<xs:extension base="stringType">
<xs:attribute name="date" type="dateSimpleType" use="optional"/>
<xs:attribute name="version" type="xs:string" use="optional"/>
<xs:attribute name="URI" type="xs:anyURI" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/15)
date
Type:
Use:
optional
Specifies the date when the standard was published
Attribute Value
xs:dateTime | xs:date | xs:gYearMonth | xs:gYear
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="date" type="dateSimpleType" use="optional"/>

URI
Type:
xs:anyURI, predefined
Use:
optional
URI for the actual standard.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="URI" type="xs:anyURI" use="optional"/>

version
Type:
xs:string, predefined
Use:
optional
Includes the specific version of the standard with which the study is compliant.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="version" type="xs:string" use="optional"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set