Complex Type judicialArguments
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Complex</type>
<name>judicialArguments</name>
<comment>The complex type judicialArguments is a list of all the judicial analysis elements that can be used on the analysis of a judgment</comment>
Diagram
Diagram akomantoso30_xsd_Element_result.tmp#result akomantoso30_xsd_Element_supports.tmp#supports akomantoso30_xsd_Element_isAnalogTo.tmp#isAnalogTo akomantoso30_xsd_Element_applies.tmp#applies akomantoso30_xsd_Element_extends.tmp#extends akomantoso30_xsd_Element_restricts.tmp#restricts akomantoso30_xsd_Element_derogates.tmp#derogates akomantoso30_xsd_Element_contrasts.tmp#contrasts akomantoso30_xsd_Element_overrules.tmp#overrules akomantoso30_xsd_Element_dissentsFrom.tmp#dissentsFrom akomantoso30_xsd_Element_putsInQuestion.tmp#putsInQuestion akomantoso30_xsd_Element_distinguishes.tmp#distinguishes
Used by
Element judicial
Model result , (supports | isAnalogTo | applies | extends | restricts | derogates | contrasts | overrules | dissentsFrom | putsInQuestion | distinguishes)
Children applies, contrasts, derogates, dissentsFrom, distinguishes, extends, isAnalogTo, overrules, putsInQuestion, restricts, result, supports
Source
<xsd:complexType name="judicialArguments">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>judicialArguments</name>
      <comment>The complex type judicialArguments is a list of all the judicial analysis elements that can be used on the analysis of a judgment</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="result"/>
    <xsd:choice minOccurs="1" maxOccurs="unbounded">
      <xsd:element ref="supports"/>
      <xsd:element ref="isAnalogTo"/>
      <xsd:element ref="applies"/>
      <xsd:element ref="extends"/>
      <xsd:element ref="restricts"/>
      <xsd:element ref="derogates"/>
      <xsd:element ref="contrasts"/>
      <xsd:element ref="overrules"/>
      <xsd:element ref="dissentsFrom"/>
      <xsd:element ref="putsInQuestion"/>
      <xsd:element ref="distinguishes"/>
    </xsd:choice>
  </xsd:sequence>
</xsd:complexType>