complexType "AccessRestrictionDateType"
Namespace:
Content:
complex, 11 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (11):
Cycle, EndDate, EndDate, HistoricalDate, HistoricalEndDate, HistoricalEndDate, HistoricalStartDate, Reason, SimpleDate, StartDate, User
All Direct / Indirect Based Elements (1):
AccessRestrictionDate
Known Usage Locations
Annotation
The date or date range of the access restriction for all or portions of the data. Includes a reason for the access restriction as well as the user group to which the restriction applies.
Type Definition Detail
Type Derivation Tree
DateType (extension)
  AccessRestrictionDateType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="AccessRestrictionDateType">
<xs:complexContent>
<xs:extension base="DateType">
<xs:sequence>
<xs:element minOccurs="0" ref="Reason"/>
<xs:element minOccurs="0" ref="User"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/11)
Reason
Type:
StructuredStringType, complex content
The reason for the access restriction.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Reason"/>

User
Type:
StructuredStringType, complex content
The user group to whom the restriction applies
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="User"/>

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