<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>
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>
<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>