complexType "DDIMaintenanceAgencyIDType"
Namespace:
Content:
simple, 2 attributes
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:string
 = 
xs:dateTime
   
>
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (1):
DDIMaintenanceAgencyID
Known Usage Locations
Annotation
Provides the official DDI ID of a maintenance agency as a value taken from the registry cited in @registryID.
Type Definition Detail
Type Derivation Tree
xs:string (extension)
  DDIMaintenanceAgencyIDType
Derivation:
extension of xs:string
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="DDIMaintenanceAgencyIDType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="registryID" type="xs:string" use="required"/>
<xs:attribute name="startDate" type="xs:dateTime"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
registryID
Type:
xs:string, predefined
Use:
required
Currently there is only a single DDI Agency Registry. Use "DDIAgencyRegistry".
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="registryID" type="xs:string" use="required"/>

startDate
Type:
xs:dateTime, predefined
Use:
optional
The date when this agency ID was registered or become active.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="startDate" type="xs:dateTime"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set