DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "EmbargoType"
Namespace:
Content:
complex, 5 attributes, 8 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 7 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    >
   
Content: 
UserID*, EmbargoName*, Label*, Description*, Date, Rationale+, AgencyOrganizationReference, EnforcementAgencyOrganizationReference*
</...>
Content Model Elements (8):
All Direct / Indirect Based Elements (1):
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.
Type Definition Detail
Type Derivation Tree
  IdentifiableType (extension)
      EmbargoType (extension)
XML Source (w/o annotations (5); 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 maxOccurs="unbounded" minOccurs="0" ref="Description"/>
<xs:element ref="Date"/>
<xs:element maxOccurs="unbounded" ref="Rationale"/>
<xs:element ref="AgencyOrganizationReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="EnforcementAgencyOrganizationReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 7/8)
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 ref="AgencyOrganizationReference"/>

Date
Type:
DateType, complex content
Provides the date of the embargo, which may take the form of a relevant date range.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Date"/>

Description
Type:
StructuredStringType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Description"/>

EmbargoName
Type:
NameType, simple content
Simple Content
xs:string
XML Source (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, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>

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

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