**************************************- 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 **************************************- |
**************************************- Maintenance: DF/2003-11-13: Comment copied from type definition **************************************- |
Attribute Group | MinMaxGroup |
<xs:attribute name="Extremity" type="ExtremityCodeType" use="optional"> <xs:annotation> <xs:documentation>**************************************- 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:documentation>**************************************- Maintenance: DF/2003-11-13: Comment copied from type definition **************************************-</xs:documentation> </xs:annotation> </xs:attribute> |