complexType "grantNoType"
Namespace:
Content:
mixed (allows character data), 18 attributes, 24 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 6 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:string
 = 
xs:IDREFS
 = 
xs:string
 = 
xs:anyURI
 = 
xs:string
 = 
xs:string
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      simpleTextType (extension)
          grantNoType
XML Source (w/o annotations (6); see within schema source)
<xs:complexType mixed="true" name="grantNoType">
<xs:complexContent>
<xs:extension base="simpleTextType">
<xs:attribute name="agency" type="xs:string"/>
<xs:attribute name="fundAgRefs" type="xs:IDREFS" use="optional"/>
<xs:attribute name="fundingProgram" type="xs:string"/>
<xs:attribute name="URI" type="xs:anyURI"/>
<xs:attribute name="grantName" type="xs:string"/>
<xs:attribute name="role" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 6/18)
agency
Type:
xs:string, predefined
Use:
optional
Name of the agency, if more than one agency is listed.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="agency" type="xs:string"/>

fundAgRefs
Type:
xs:IDREFS, predefined
Use:
optional
Reference to the ID of the funding agency issuing this grant. If more than one agency provide all of the ID's in a space delimited list. Use of this attribute requires the related fundAg to contain an ID.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="fundAgRefs" type="xs:IDREFS" use="optional"/>

fundingProgram
Type:
xs:string, predefined
Use:
optional
List the program within an agency, if appropriate.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="fundingProgram" type="xs:string"/>

grantName
Type:
xs:string, predefined
Use:
optional
Specific grant name, if existing.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="grantName" type="xs:string"/>

role
Type:
xs:string, predefined
Use:
optional
Role in the production process to distinguish the grant numbers, if different funding agencies sponsored different stages of the production process.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="role" type="xs:string"/>

URI
Type:
xs:anyURI, predefined
Use:
optional
URN or URL for the agency or specific funding program. If both are available provide the more specific, funding program URI.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="URI" type="xs:anyURI"/>

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