complexType "embargoType"
Namespace:
Content:
mixed (allows character data), 15 attributes, 24 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:NMTOKEN
 = 
xs:language
 = 
("archive" | "producer") : "producer"
 = 
xs:string
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
 = 
xs:anyURI
 = 
xs:anyURI
 = 
xs:boolean : "false"
 = 
xs:boolean : "true"
 = 
xs:string
 = 
xs:date
 = 
xs:string
 = 
("notBefore" | "notAfter") : "notBefore"
 = 
xs:string
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      simpleTextType (extension)
          simpleTextAndDateType (extension)
              embargoType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType mixed="true" name="embargoType">
<xs:complexContent>
<xs:extension base="simpleTextAndDateType">
<xs:attribute default="notBefore" name="event">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="notBefore"/>
<xs:enumeration value="notAfter"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="format" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/15)
event
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Specifies when will the embargo end, or begin its effect.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"notBefore", "notAfter"
Default:
"notBefore"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"notBefore", "notAfter"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="notBefore" name="event">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="notBefore"/>
<xs:enumeration value="notAfter"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

format
Type:
xs:string, predefined
Use:
optional
Ensures the information in this element will be machine-processable, and specifies a format for the embargo element. This attribute could be used to specify other conventions for the way that information within the embargo element is set out, if conventions for encoding embargo information were established in the future.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="format" type="xs:string"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set