Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element UnitCreationControlType / ValidIfFound
Namespace org:afnor:medona:1.0
Annotations
If the node specify by the query is found, 
1) is it valid (existence is allowed so reusing) 
2) or is it invalid (existence is not allowed so an issue is raized as "already existing")
Diagram
Diagram
Type xsd:boolean
Properties
content simple
minOccurs 0
Source
<xsd:element name="ValidIfFound" type="xsd:boolean" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>If the node specify by the query is found, 1) is it valid (existence is allowed so reusing) 2) or is it invalid (existence is not allowed so an issue is raized as "already existing")</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/descriptive-vitam.xsd
Element UnitCreationControlType / ValidIfNotFound
Namespace org:afnor:medona:1.0
Annotations
If the node specify by the query is not found, 
1) is it valid (absence is allowed so creation) 
2) or is it invalid (absence is not allowed so an issue is raized as "missing")
Diagram
Diagram
Type xsd:boolean
Properties
content simple
minOccurs 0
Source
<xsd:element name="ValidIfNotFound" type="xsd:boolean" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>If the node specify by the query is not found, 1) is it valid (absence is allowed so creation) 2) or is it invalid (absence is not allowed so an issue is raized as "missing")</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/descriptive-vitam.xsd
Element UnitCreationControlType / UpdateIfFound
Namespace org:afnor:medona:1.0
Annotations
If the node specify by the query is found (and allowed), shall we update it using the current node definition
Diagram
Diagram
Type xsd:boolean
Properties
content simple
minOccurs 0
Source
<xsd:element name="UpdateIfFound" type="xsd:boolean" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>If the node specify by the query is found (and allowed), shall we update it using the current node definition</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/descriptive-vitam.xsd
Element UnitCreationControlType / BooleanQuery
Namespace org:afnor:medona:1.0
Diagram
Diagram query-vitam_xsd_Complex_Type_BooleanQueryType.tmp#BooleanQueryType_Operator query-vitam_xsd_Complex_Type_BooleanQueryType.tmp#BooleanQueryType_Query query-vitam_xsd_Complex_Type_BooleanQueryType.tmp#BooleanQueryType_BooleanQuery query-vitam_xsd_Complex_Type_BooleanQueryType.tmp#BooleanQueryType
Type BooleanQueryType
Properties
content complex
Model
Children BooleanQuery, Operator, Query
Instance
<BooleanQuery xmlns="org:afnor:medona:1.0">
  <Operator>{1,1}</Operator>
  <Query>{1,1}</Query>
  <BooleanQuery>{1,1}</BooleanQuery>
</BooleanQuery>
Source
<xsd:element name="BooleanQuery" type="BooleanQueryType"/>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/descriptive-vitam.xsd
Complex Type UnitCreationControlType
Namespace org:afnor:medona:1.0
Annotations
If Valid, the Node creation/reusing is allowed. Else an error will occur.
Note: if an item is absent, the corresponding test is ignored (existence or not...).
If none are specified: creation at all time (never reusing).
Diagram
Diagram descriptive-vitam_xsd_Complex_Type_UnitCreationControlType.tmp#UnitCreationControlType_ValidIfFound descriptive-vitam_xsd_Complex_Type_UnitCreationControlType.tmp#UnitCreationControlType_ValidIfNotFound descriptive-vitam_xsd_Complex_Type_UnitCreationControlType.tmp#UnitCreationControlType_UpdateIfFound descriptive-vitam_xsd_Complex_Type_UnitCreationControlType.tmp#UnitCreationControlType_BooleanQuery
Used by
Model
Children BooleanQuery, UpdateIfFound, ValidIfFound, ValidIfNotFound
Source
<xsd:complexType name="UnitCreationControlType">
  <xsd:annotation>
    <xsd:documentation>If Valid, the Node creation/reusing is allowed. Else an error will occur. Note: if an item is absent, the corresponding test is ignored (existence or not...). If none are specified: creation at all time (never reusing).</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="ValidIfFound" type="xsd:boolean" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>If the node specify by the query is found, 1) is it valid (existence is allowed so reusing) 2) or is it invalid (existence is not allowed so an issue is raized as "already existing")</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="ValidIfNotFound" type="xsd:boolean" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>If the node specify by the query is not found, 1) is it valid (absence is allowed so creation) 2) or is it invalid (absence is not allowed so an issue is raized as "missing")</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="UpdateIfFound" type="xsd:boolean" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>If the node specify by the query is found (and allowed), shall we update it using the current node definition</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="BooleanQuery" type="BooleanQueryType"/>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/descriptive-vitam.xsd