complexType "ExtLinkType"
Namespace:
Content:
mixed (allows character data), 11 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:string
 = 
xs:string
 = 
xs:string
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  ExtLinkType
XML Source (see within schema source)
<xs:complexType mixed="true" name="ExtLinkType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:attribute name="URI" type="xs:string" use="required"/>
<xs:attribute name="role" type="xs:string"/>
<xs:attribute name="title" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/11)
role
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="role" type="xs:string"/>

title
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="title" type="xs:string"/>

URI
Type:
xs:string, predefined
Use:
required
XML Source (see within schema source)
<xs:attribute name="URI" type="xs:string" use="required"/>

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