DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "AccessRestrictionDateType"
Namespace:
Content:
complex, 1 attribute, 9 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
    calendar
 = 
xs:string
    >
   
Content: 
(SimpleDate | (StartDate, HistoricalStartDate?, EndDate?, HistoricalEndDate?, Cycle?)), HistoricalDate?, Reason*, User*
</...>
Content Model Elements (9):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes the date or range of dates for access restrictions to all or portions of the data.
Type Definition Detail
Type Derivation Tree
  AccessRestrictionDateType (extension)
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="AccessRestrictionDateType">
<xs:complexContent>
<xs:extension base="DateType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Reason"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="User"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 2/9)
Reason
Type:
StructuredStringType, mixed content
Textual description of the reason for the access restriction.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Reason"/>

User
Type:
StructuredStringType, mixed content
User group to whom this restriction applies.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="User"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set