complexType "RelatedValueType"
Namespace:
Content:
simple, 3 attributes
Defined:
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
("default" | "preserve") : "default"
 = 
("GreaterThan" | "LessThan" | "Equal" | "GreaterThanOrEqual" | "LessThanOrEqual" | "NotEqual") : "Equal"
 = 
xs:boolean : "false"
   
>
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (1):
RelatedValue
Known Usage Locations
Annotation
The characteristic value expressed as a string with an indicator of the specific relationship of the variable value to the characteristic value. The default is "Equal". The value may be defined as containing no content (blank) by setting the attribute valueIsBlank to "true".
Type Definition Detail
Type Derivation Tree
xs:string (extension)
  r:ValueType (extension)
      RelatedValueType
Derivation:
extension of r:ValueType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="RelatedValueType">
<xs:simpleContent>
<xs:extension base="r:ValueType">
<xs:attribute default="Equal" name="type" type="RelatedValueTypeCodeType"/>
<xs:attribute default="false" name="valueIsBlank" type="xs:boolean"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/3)
type
Type:
Use:
optional
Indicates value type as "GreaterThan", LessThan", "Equal", "GreaterThanOrEqual", "LessThanOrEqual", or "NotEqual".
Attribute Value
enumeration of xs:NMTOKEN
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.
Default:
"Equal"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="Equal" name="type" type="RelatedValueTypeCodeType"/>

valueIsBlank
Type:
xs:boolean, predefined
Use:
optional
Set to "true" if the value of the conditional variable is blank.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="valueIsBlank" type="xs:boolean"/>

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