Element judgment
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Element</type>
<name>judgment</name>
<comment>Element judgment is used for describing the structure and content of a judgment</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_name.tmp#name akomantoso30_xsd_Attribute_Group_contains.tmp#contains akomantoso30_xsd_Element_meta.tmp#meta akomantoso30_xsd_Element_coverPage.tmp#coverPage akomantoso30_xsd_Element_header.tmp#header akomantoso30_xsd_Element_judgmentBody.tmp#judgmentBody akomantoso30_xsd_Element_conclusions.tmp#conclusions akomantoso30_xsd_Element_attachments.tmp#attachments akomantoso30_xsd_Element_components.tmp#components akomantoso30_xsd_Complex_Type_judgmentStructure.tmp#judgmentStructure
Type judgmentStructure
Properties
content: complex
Used by
Element Group documentType
Model meta , coverPage{0,1} , header , judgmentBody , conclusions{0,1} , attachments{0,1} , components{0,1}
Children attachments, components, conclusions, coverPage, header, judgmentBody, meta
Instance
<judgment contains="originalVersion" name="" xmlns="http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17">
  <meta>{1,1}</meta>
  <coverPage alternativeTo="" class="" eId="" GUID="" xml:id="" xml:lang="" period="" refersTo="" xml:space="" status="" style="" title="" wId="">{0,1}</coverPage>
  <header alternativeTo="" class="" eId="" GUID="" xml:id="" xml:lang="" period="" refersTo="" xml:space="" status="" style="" title="" wId="">{1,1}</header>
  <judgmentBody alternativeTo="" class="" eId="" GUID="" xml:id="" xml:lang="" period="" refersTo="" xml:space="" status="" style="" title="" wId="">{1,1}</judgmentBody>
  <conclusions alternativeTo="" class="" eId="" GUID="" xml:id="" xml:lang="" period="" refersTo="" xml:space="" status="" style="" title="" wId="">{0,1}</conclusions>
  <attachments>{0,1}</attachments>
  <components eId="" GUID="" wId="">{0,1}</components>
</judgment>
Attributes
QName Type Fixed Default Use Annotation
contains versionType originalVersion optional
name xsd:string required
Source
<xsd:element name="judgment" type="judgmentStructure">
  <xsd:annotation>
    <xsd:documentation>
      <type>Element</type>
      <name>judgment</name>
      <comment>Element judgment is used for describing the structure and content of a judgment</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:unique name="eId-judgment">
    <xsd:selector xpath=".//*"/>
    <xsd:field xpath="@eId"/>
  </xsd:unique>
  <xsd:unique name="GUID-judgment">
    <xsd:selector xpath=".//*"/>
    <xsd:field xpath="@GUID"/>
  </xsd:unique>
</xsd:element>