<xsd:element name="DependentVariable"> <xsd:complexType> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element ref="Name" minOccurs="0"/> <xsd:element ref="Description" minOccurs="0" maxOccurs="unbounded"/> </xsd:choice> <xsd:attribute name="unit" type="xsd:string" use="required"/> <xsd:attribute name="dataType" type="xsd:string" use="required"/> <xsd:attribute name="minValue" type="xsd:decimal"> <xsd:annotation> <xsd:documentation>Use minValue and maxValue to define constraints on the curve.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="maxValue" type="xsd:decimal"/> </xsd:complexType> </xsd:element> |