ExtremityCodeType

**************************************- Maintenance: DF/2003-11-13:
Comment corrected DF/2003-11-13: Comment copied to MinMaxGroup
**************************************- When a range is provided with a Min - Max,
boundaries may or may not be included in the range. How extremities should be
handled is provided here: **************************************- **> None:
]Min,Max[ **> Left: ]Min,Max] **> Right: [Min,Max[ **> Both: [Min,Max]
Default or omitted = Both **************************************-

Simple Type Information

Used By

Source

<xs:simpleType name="ExtremityCodeType">
  <xs:annotation>
    <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment copied to MinMaxGroup **************************************- When a range is provided with a Min - Max, boundaries may or may not be included in the range. How extremities should be handled is provided here: **************************************- **> None: ]Min,Max[ **> Left: ]Min,Max] **> Right: [Min,Max[ **> Both: [Min,Max] Default or omitted = Both **************************************-</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Both"/>
    <xs:enumeration value="Left"/>
    <xs:enumeration value="None"/>
    <xs:enumeration value="Right"/>
  </xs:restriction>
</xs:simpleType>