Element FRBRdate
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Element</type>
<name>FRBRdate</name>
<comment>The element FRBRdate is the metadata property containing a relevant date of the document in the respective level of the FRBR hierarchy. Attribute name specifies which actual date is contained here.</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_core.tmp#core akomantoso30_xsd_Attribute_Group_idopt.tmp#idopt akomantoso30_xsd_Complex_Type_metaopt.tmp#metaopt akomantoso30_xsd_Attribute_Group_date.tmp#date akomantoso30_xsd_Attribute_Group_name.tmp#name
Type extension of metaopt
Type hierarchy
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
date union of(xsd:date, xsd:dateTime) required
eId noWhiteSpace optional
name xsd:string required
wId noWhiteSpace optional
Source
<xsd:element name="FRBRdate">
  <xsd:annotation>
    <xsd:documentation>
      <type>Element</type>
      <name>FRBRdate</name>
      <comment>The element FRBRdate is the metadata property containing a relevant date of the document in the respective level of the FRBR hierarchy. Attribute name specifies which actual date is contained here.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="metaopt">
        <xsd:attributeGroup ref="date"/>
        <xsd:attributeGroup ref="name"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>