Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element RuleType / StartDate
Namespace org:afnor:medona:1.0
Diagram
Diagram
Type xsd:date
Properties
content simple
minOccurs 0
nillable true
Source
<xsd:element name="StartDate" type="xsd:date" nillable="true" minOccurs="0"/>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/descriptive-vitam.xsd
Element RuleType / RefRuleId
Namespace org:afnor:medona:1.0
Diagram
Diagram descriptive-vitam_xsd_Simple_Type_RefRuleIdType.tmp#RefRuleIdType
Type RefRuleIdType
Type hierarchy
Properties
content simple
minOccurs 1
Source
<xsd:element name="RefRuleId" type="RefRuleIdType" minOccurs="1"/>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/descriptive-vitam.xsd
Complex Type RuleType
Namespace org:afnor:medona:1.0
Annotations
Each constraint rule has a startDate and a referenced Rule ID of Duration Rule.
If no rule is specified, the corresponding restriction answer is "No restriction" if the current date is in the future of startDate.
If date is empty, the corresponding restriction answer is "Restricted" since there is no way to compute the end date.
If a rule and a date is specified, then the rule is valid (restriction applied) if the current date is in the future of startDate+duration from Rule
Diagram
Diagram descriptive-vitam_xsd_Complex_Type_RuleType.tmp#RuleType_StartDate descriptive-vitam_xsd_Complex_Type_RuleType.tmp#RuleType_RefRuleId
Used by
Model
Children RefRuleId, StartDate
Source
<xsd:complexType name="RuleType">
  <xsd:annotation>
    <xsd:documentation>Each constraint rule has a startDate and a referenced Rule ID of Duration Rule. If no rule is specified, the corresponding restriction answer is "No restriction" if the current date is in the future of startDate. If date is empty, the corresponding restriction answer is "Restricted" since there is no way to compute the end date. If a rule and a date is specified, then the rule is valid (restriction applied) if the current date is in the future of startDate+duration from Rule</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="StartDate" type="xsd:date" nillable="true" minOccurs="0"/>
    <xsd:element name="RefRuleId" type="RefRuleIdType" minOccurs="1"/>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/descriptive-vitam.xsd