Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element PricePerformanceRequirements / PricePerformanceRequirement
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_PricePerformanceRequirementRecord.tmp#PricePerformanceRequirementRecord_PerformanceRequirementDescriptione-document-3_1_10_xsd_Complex_Type_PricePerformanceRequirementRecord.tmp#PricePerformanceRequirementRecord_PerformanceRequirementOptionCodee-document-3_1_10_xsd_Complex_Type_PricePerformanceRequirementRecord.tmp#PricePerformanceRequirementRecord_PerformanceRequirementTypeCodee-document-3_1_10_xsd_Complex_Type_PricePerformanceRequirementRecord.tmp#PricePerformanceRequirementRecord
Type PricePerformanceRequirementRecord
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children PerformanceRequirementDescription, PerformanceRequirementOptionCode, PerformanceRequirementTypeCode
Instance
<PricePerformanceRequirement>
  <PerformanceRequirementDescription>{0,1}</PerformanceRequirementDescription>
  <PerformanceRequirementOptionCode>{0,1}</PerformanceRequirementOptionCode>
  <PerformanceRequirementTypeCode>{0,1}</PerformanceRequirementTypeCode>
</PricePerformanceRequirement>
Source
<xs:element minOccurs="0" maxOccurs="unbounded" name="PricePerformanceRequirement" type="PricePerformanceRequirementRecord"/>
Element PricePerformanceRequirements / PerformanceRequirementsEndDate
Namespace No namespace
Annotations
A date indicating the ending of a period during which the performance requirements should be met
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_DateType.tmp#DateType
Type DateType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
minLength 10
maxLength 16
pattern \d{4,}-\d\d-\d\d((\+|-)\d\d:\d\d|Z)?
Source
<xs:element minOccurs="0" maxOccurs="1" name="PerformanceRequirementsEndDate" type="DateType">
  <xs:annotation>
    <xs:documentation>A date indicating the ending of a period during which the performance requirements should be met</xs:documentation>
  </xs:annotation>
</xs:element>
Element PricePerformanceRequirements / PerformanceRequirementStartDate
Namespace No namespace
Annotations
A date indicating the start of a period during which the performance requirements should be met
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_DateType.tmp#DateType
Type DateType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
minLength 10
maxLength 16
pattern \d{4,}-\d\d-\d\d((\+|-)\d\d:\d\d|Z)?
Source
<xs:element minOccurs="0" maxOccurs="1" name="PerformanceRequirementStartDate" type="DateType">
  <xs:annotation>
    <xs:documentation>A date indicating the start of a period during which the performance requirements should be met</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type PricePerformanceRequirements
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_PricePerformanceRequirements.tmp#PricePerformanceRequirements_PricePerformanceRequiremente-document-3_1_10_xsd_Complex_Type_PricePerformanceRequirements.tmp#PricePerformanceRequirements_PerformanceRequirementsEndDatee-document-3_1_10_xsd_Complex_Type_PricePerformanceRequirements.tmp#PricePerformanceRequirements_PerformanceRequirementStartDate
Used by
Model
Children PerformanceRequirementStartDate, PerformanceRequirementsEndDate, PricePerformanceRequirement
Source
<xs:complexType name="PricePerformanceRequirements">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="PricePerformanceRequirement" type="PricePerformanceRequirementRecord"/>
    <xs:element minOccurs="0" maxOccurs="1" name="PerformanceRequirementsEndDate" type="DateType">
      <xs:annotation>
        <xs:documentation>A date indicating the ending of a period during which the performance requirements should be met</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="PerformanceRequirementStartDate" type="DateType">
      <xs:annotation>
        <xs:documentation>A date indicating the start of a period during which the performance requirements should be met</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>