Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element DMEParameterConstraintSetType / DMEParameterConstraint
Annotations
Each DMEParameterConstraint element is a constraint on a parameter of the DME.
Diagram
Diagram QIFRules_xsd_Complex_Type_DMEParameterConstraintType.tmp#DMEParameterConstraintType_ParameterName QIFRules_xsd_Complex_Type_DMEParameterConstraintType.tmp#DMEParameterConstraintType_Comparison GenericExpressions_xsd_Element_ArithmeticExpression.tmp#ArithmeticExpression QIFRules_xsd_Complex_Type_DMEParameterConstraintType.tmp#DMEParameterConstraintType
Type DMEParameterConstraintType
Properties
content complex
maxOccurs unbounded
Children ArithmeticExpression, Comparison, ParameterName
Instance
<DMEParameterConstraint xmlns="http://qifstandards.org/xsd/qif3">
  <ParameterName>{1,1}</ParameterName>
  <Comparison>{1,1}</Comparison>
  <ArithmeticExpression>{1,1}</ArithmeticExpression>
</DMEParameterConstraint>
Source
<xs:element name="DMEParameterConstraint" type="DMEParameterConstraintType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each DMEParameterConstraint element is a constraint on a parameter of the DME.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type DMEParameterConstraintSetType
Annotations
The DMEParameterConstraintSetType is a set of constraints on parameters of the DME.
Diagram
Diagram QIFRules_xsd_Complex_Type_DMEParameterConstraintSetType.tmp#DMEParameterConstraintSetType_n QIFRules_xsd_Complex_Type_DMEParameterConstraintSetType.tmp#DMEParameterConstraintSetType_DMEParameterConstraint
Used by
Children DMEParameterConstraint
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of DMEParameterConstraint elements in the set.
Source
<xs:complexType name="DMEParameterConstraintSetType">
  <xs:annotation>
    <xs:documentation>The DMEParameterConstraintSetType is a set of constraints on parameters of the DME.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DMEParameterConstraint" type="DMEParameterConstraintType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each DMEParameterConstraint element is a constraint on a parameter of the DME.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of DMEParameterConstraint elements in the set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Attribute DMEParameterConstraintSetType / @n
Annotations
The required n attribute is the number of DMEParameterConstraint elements in the set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of DMEParameterConstraint elements in the set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd