<xsd:complexType name="TermType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The lenght of a contract in months
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="MinTerm" type="qdt:NonNegativeIntegerNumericType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The minimum length of a contract in months.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="MaxTerm" type="qdt:NonNegativeIntegerNumericType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The maximum length of a contract in months.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|