Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element OperatorQueryType / Operator
Namespace org:afnor:medona:1.0
Annotations
Operator used in the query
Diagram
Diagram query-vitam_xsd_Simple_Type_OperatorType.tmp#OperatorType
Type OperatorType
Properties
content simple
Source
<xsd:element name="Operator" type="OperatorType">
  <xsd:annotation>
    <xsd:documentation>Operator used in the query</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/query-vitam.xsd
Element OperatorQueryType / Key
Namespace org:afnor:medona:1.0
Annotations
Field name to compare with (first operand), from EAS data structure.
Ex: Key lt value
Diagram
Diagram vitam-types_xsd_Simple_Type_NonEmptyTokenType.tmp#NonEmptyTokenType
Type NonEmptyTokenType
Properties
content simple
minOccurs 0
Facets
minLength 1
Source
<xsd:element name="Key" type="NonEmptyTokenType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Field name to compare with (first operand), from EAS data structure. Ex: Key lt value</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/query-vitam.xsd
Element OperatorQueryType / ValuePath
Namespace org:afnor:medona:1.0
Annotations
Value from descriptive data structure using xpath query
Diagram
Diagram query-vitam_xsd_Simple_Type_XpathType.tmp#XpathType
Type XpathType
Properties
content simple
minOccurs 0
Facets
pattern .+
Source
<xsd:element name="ValuePath" type="XpathType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Value from descriptive data structure using xpath query</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/query-vitam.xsd
Element OperatorQueryType / Value
Namespace org:afnor:medona:1.0
Annotations
Fixed value if value not from Field reference
Diagram
Diagram
Properties
content simple
minOccurs 0
Source
<xsd:element name="Value" type="xsd:anySimpleType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Fixed value if value not from Field reference</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/query-vitam.xsd
Complex Type OperatorQueryType
Namespace org:afnor:medona:1.0
Diagram
Diagram query-vitam_xsd_Complex_Type_OperatorQueryType.tmp#OperatorQueryType_Operator query-vitam_xsd_Complex_Type_OperatorQueryType.tmp#OperatorQueryType_Key query-vitam_xsd_Complex_Type_OperatorQueryType.tmp#OperatorQueryType_ValuePath query-vitam_xsd_Complex_Type_OperatorQueryType.tmp#OperatorQueryType_Value
Used by
Model
Children Key, Operator, Value, ValuePath
Source
<xsd:complexType name="OperatorQueryType">
  <xsd:sequence>
    <xsd:element name="Operator" type="OperatorType">
      <xsd:annotation>
        <xsd:documentation>Operator used in the query</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Key" type="NonEmptyTokenType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Field name to compare with (first operand), from EAS data structure. Ex: Key lt value</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:choice>
      <xsd:element name="ValuePath" type="XpathType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Value from descriptive data structure using xpath query</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="Value" type="xsd:anySimpleType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Fixed value if value not from Field reference</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:choice>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/query-vitam.xsd