simpleType "RelatedValueTypeCodeType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"GreaterThan"
 - 
The value of the source object is greater than the value of the target object.
"LessThan"
 - 
The value of the source object is less than the value of the target object.
"Equal"
 - 
The value of the source object is equal to the value of the target object.
"GreaterThanOrEqual"
 - 
The value of the source object is greater than or equal to the value of the target object.
"LessThanOrEqual"
 - 
The value of the source object is less than or equal to the value of the target object.
"NotEqual"
 - 
The value of the source object is not equal the value of the target object.

All Direct / Indirect Based Attributes (1):
RelatedValueType/@type
Known Usage Locations
Annotation
Indicates the relationship of the value of a source object to a target object. Except in the case of equality or non-equality of the relationship is unidirectional (source to target).
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN (restriction)
  RelatedValueTypeCodeType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"GreaterThan"
 - 
The value of the source object is greater than the value of the target object.
"LessThan"
 - 
The value of the source object is less than the value of the target object.
"Equal"
 - 
The value of the source object is equal to the value of the target object.
"GreaterThanOrEqual"
 - 
The value of the source object is greater than or equal to the value of the target object.
"LessThanOrEqual"
 - 
The value of the source object is less than or equal to the value of the target object.
"NotEqual"
 - 
The value of the source object is not equal the value of the target object.
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="RelatedValueTypeCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="GreaterThan"/>
<xs:enumeration value="LessThan"/>
<xs:enumeration value="Equal"/>
<xs:enumeration value="GreaterThanOrEqual"/>
<xs:enumeration value="LessThanOrEqual"/>
<xs:enumeration value="NotEqual"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set