complexType "AccessRestrictionDateType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (1):
-
All Direct / Indirect Based Elements (1):
-
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 Derivation Tree
AccessRestrictionDateType
|
XML Source (w/o annotations (3); see within schema source)
<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)
-
The reason for the access restriction. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Reason"/>
|
-
The user group to whom the restriction applies. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="User"/>
|