Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element keyword
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<type>Element</type>
<name>keyword</name>
<comment>The element keyword is a metadata element specifying a keyword associated to the FRBR expression of the document. Attribute dictionary (required) specifies the thesaurus out of which the keyword has been taken. Attribute href points to the fragment of text this keyword is associated to. Keywords without href attribute refer to the content as a whole.</comment>
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_core.tmp#core AkomaNtoso30-csd13_xsd_Attribute_Group_idopt.tmp#idopt AkomaNtoso30-csd13_xsd_Complex_Type_metaopt.tmp#metaopt AkomaNtoso30-csd13_xsd_Attribute_Group_linkopt.tmp#linkopt AkomaNtoso30-csd13_xsd_Attribute_Group_value.tmp#value AkomaNtoso30-csd13_xsd_Attribute_Group_show.tmp#show AkomaNtoso30-csd13_xsd_Element_keyword.tmp#keyword_dictionary
Type extension of metaopt
Type hierarchy
Properties
content: complex
Used by
Element classification
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
dictionary xsd:anyURI required
eId noWhiteSpace optional
href xsd:anyURI optional
shortForm xsd:string optional
showAs xsd:string required
value xsd:string required
wId noWhiteSpace optional
Source
<xsd:element name="keyword">
  <xsd:annotation>
    <xsd:documentation>
      <type>Element</type>
      <name>keyword</name>
      <comment>The element keyword is a metadata element specifying a keyword associated to the FRBR expression of the document. Attribute dictionary (required) specifies the thesaurus out of which the keyword has been taken. Attribute href points to the fragment of text this keyword is associated to. Keywords without href attribute refer to the content as a whole.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="metaopt">
        <xsd:attributeGroup ref="linkopt"/>
        <xsd:attributeGroup ref="value"/>
        <xsd:attributeGroup ref="show"/>
        <xsd:attribute name="dictionary" type="xsd:anyURI" use="required"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Attribute keyword / @dictionary
Namespace No namespace
Type xsd:anyURI
Properties
use: required
Used by
Element keyword
Source
<xsd:attribute name="dictionary" type="xsd:anyURI" use="required"/>