complexType "custodianType"
Namespace:
Content:
simple, 19 attributes
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 7 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:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:boolean
 = 
("organization" | "individual")
   
>
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      stringType (extension)
          custodianType
Derivation:
extension of stringType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="custodianType">
<xs:simpleContent>
<xs:extension base="stringType">
<xs:attribute name="affiliation" type="xs:string" use="optional"/>
<xs:attribute name="abbr" type="xs:string" use="optional"/>
<xs:attribute name="role" type="xs:string" use="optional"/>
<xs:attribute name="agentIdentifier" type="xs:string" use="optional"/>
<xs:attribute name="typeOfAgentIdentifier" type="xs:string" use="optional"/>
<xs:attribute name="isPersistentIdentifier" type="xs:boolean" use="optional"/>
<xs:attribute name="agentType" use="optional">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="organization"/>
<xs:enumeration value="individual"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 7/19)
abbr
Type:
xs:string, predefined
Use:
optional
Abbreviation for the custodian.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="abbr" type="xs:string" use="optional"/>

affiliation
Type:
xs:string, predefined
Use:
optional
Affiliation of the custodian with an agency or organization.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="affiliation" type="xs:string" use="optional"/>

agentIdentifier
Type:
xs:string, predefined
Use:
optional
Identifier of the custodian.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="agentIdentifier" type="xs:string" use="optional"/>

agentType
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Type of custodian: organization or individual.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"organization", "individual"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"organization", "individual"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="agentType" use="optional">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="organization"/>
<xs:enumeration value="individual"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

isPersistentIdentifier
Type:
xs:boolean, predefined
Use:
optional
Indicate if the agent identifier is intended to be a persistent identifier
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isPersistentIdentifier" type="xs:boolean" use="optional"/>

role
Type:
xs:string, predefined
Use:
optional
Role of the person / agency responsible with creating or maintaining the sample frame.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="role" type="xs:string" use="optional"/>

typeOfAgentIdentifier
Type:
xs:string, predefined
Use:
optional
Type of identifier, should be provided if agentIdentifier is used.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="typeOfAgentIdentifier" type="xs:string" use="optional"/>

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