complexType "AuthorizationSourceType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
   
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
   
>
   
Content: 
</...>
Content Model Elements (3):
AuthorizingAgencyReference, LegalMandate, StatementOfAuthorization
All Direct / Indirect Based Elements (1):
AuthorizationSource
Known Usage Locations
Annotation
Identifies the authorizing agency for the study and allows for the full text of the authorization (law, regulation, or other form of authorization). May be used to list authorizations from oversight committees and other regulatory agencies.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="AuthorizationSourceType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AuthorizingAgencyReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="StatementOfAuthorization"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="LegalMandate" type="xs:string"/>
</xs:sequence>
<xs:attribute name="authorizationDate" type="BaseDateType" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
authorizationDate
Type:
Use:
optional
Identifies the date of Authorization.
Attribute Value
xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="authorizationDate" type="BaseDateType" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
AuthorizingAgencyReference
Type:
ReferenceType, complex content
References the authorizing agency, organization, or individual.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AuthorizingAgencyReference"/>

LegalMandate
Type:
xs:string, predefined, simple content
Provide a legal citation to a law authorizing the study/data collection. For example, a legal citation for a law authorizing a country's census.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="LegalMandate" type="xs:string"/>

StatementOfAuthorization
Type:
StructuredStringType, complex content
Text of the authorization. May be repeated for multiple languages.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="StatementOfAuthorization"/>

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