complexType "EmbargoType"
Namespace:
Content:
complex, 5 attributes, 13 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 7 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (13):
Agency, AgencyOrganizationReference, Date, Description, EmbargoName, EnforcementAgencyOrganizationReference, ID, Label, MaintainableObject, Rationale, URN, UserID, Version
All Direct / Indirect Based Elements (1):
Embargo
Known Usage Locations
Annotation
Provides information about data that are not currently available because of policies established by the principal investigators and/or data producers. This item may be attached to specific levels of a study such as a specific variable by reference. Embargo provides a name, label and description of the embargo, the dates covered by the embargo, the rationale or reason for the embargo, a reference to the agency establishing the embargo, and a reference to the agency enforcing the embargo.
Type Definition Detail
Type Derivation Tree
AbstractIdentifiableType (extension)
  IdentifiableType (extension)
      EmbargoType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="EmbargoType">
<xs:complexContent>
<xs:extension base="IdentifiableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="EmbargoName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:element minOccurs="0" ref="Date"/>
<xs:element minOccurs="0" ref="Rationale"/>
<xs:element minOccurs="0" ref="AgencyOrganizationReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="EnforcementAgencyOrganizationReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 7/13)
AgencyOrganizationReference
Type:
ReferenceType, complex content
Reference to an organization or individual, defined in the organization scheme, responsible for the embargo.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="AgencyOrganizationReference"/>

Date
Type:
DateType, complex content
Provides the end date of the embargo, which may take the form of a date range (complete or open ended). Note SimpleDate should not be used for an Embargo Date as an embargo is for a period of time.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Date"/>

Description
Type:
StructuredStringType, complex content
Describe the content and coverage of the embargo. Structure supports multiple languages.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

EmbargoName
Type:
NameType, complex content
The name or names by which the embargo is known. Repeat if different names are used for different purposes or different contexts. Language repetition is handled within the structure of the Embargo Name element.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="EmbargoName"/>

EnforcementAgencyOrganizationReference
Type:
ReferenceType, complex content
Reference to an organization or individual, defined in the organization scheme, responsible for enforcing the embargo.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="EnforcementAgencyOrganizationReference"/>

Label
Type:
LabelType, complex content
A label or labels for the embargo element. Repeat for differences in content due to software or application constraints. Language repetition is handled within the structure of the label.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>

Rationale
Type:
StructuredStringType, complex content
Indicates the reason for the embargo.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Rationale"/>

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