Element publication
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Element</type>
<name>publication</name>
<comment>The element publication is the metadata container specifying an official publication event for the FRBR expression of the document.</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_show.tmp#show akomantoso30_xsd_Attribute_Group_name.tmp#name akomantoso30_xsd_Attribute_Group_number.tmp#number akomantoso30_xsd_Attribute_Group_refers.tmp#refers
Type extension of metaopt
Type hierarchy
Properties
content: complex
Used by
Element meta
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
number xsd:string optional
refersTo list of referenceRef optional
shortForm xsd:string optional
showAs xsd:string required
wId noWhiteSpace optional
Source
<xsd:element name="publication">
  <xsd:annotation>
    <xsd:documentation>
      <type>Element</type>
      <name>publication</name>
      <comment>The element publication is the metadata container specifying an official publication event for the FRBR expression of the document.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="metaopt">
        <xsd:attributeGroup ref="date"/>
        <xsd:attributeGroup ref="show"/>
        <xsd:attributeGroup ref="name"/>
        <xsd:attributeGroup ref="number"/>
        <xsd:attributeGroup ref="refers"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>