complexType "VariableValueReferenceType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A reference to the variable containing the record type locator and the value being used. TypeOfObject should be set to Variable.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="VariableValueReferenceType">
<xs:sequence>
<xs:element ref="r:VariableReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="RelatedValue"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
r:VariableReference
Type:
r:ReferenceType, complex content
Reference to the variable containing the record type locator.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:VariableReference"/>

RelatedValue
Type:
RelatedValueType, simple content
Value of variable indicating this record type, multiple entries allow for multiple valid values or ranges. Indicates if the variable should be equal to, greater than, less than, greater than or equal to, less than or equal to, or not equal to the stated value.(default value is "Equal"). Also allows the conditional value to be defined as blank (or no content).
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="RelatedValue"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set