<element name="version" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>The version number or name of this contract</documentation></annotation></element>
<element minOccurs="0" name="contractDate" type="gml:TimePositionType"><annotation><documentation>The date the contract went into effect.</documentation></annotation></element>
<element minOccurs="0" name="revisionDate" type="gml:TimePositionType" maxOccurs="unbounded"><annotation><documentation>The date when the contract was revised.</documentation></annotation></element>
<element name="type" type="gml:CodeType" minOccurs="0" maxOccurs="1"><annotation><documentation>The type of contract.</documentation></annotation></element>
<element name="value" type="diggs:CostType" minOccurs="0" maxOccurs="1"><annotation><documentation>The total value of the contract.</documentation></annotation></element>
Database handle for the object. It is of XML type ID, so is constrained to beunique in the XML document within which it occurs. An external identifier for the object inthe form of a URI may be constructed using standard XML and XPointer methods. This is doneby concatenating the URI for the document, a fragment separator, and the value of the idattribute.
Source
<complexType name="ContractType"><annotation><documentation>Complex type: ContractType</documentation></annotation><complexContent><extension base="diggs:AbstractFeatureType"><sequence><element name="version" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>The version number or name of this contract</documentation></annotation></element><element minOccurs="0" name="contractDate" type="gml:TimePositionType"><annotation><documentation>The date the contract went into effect.</documentation></annotation></element><element minOccurs="0" name="revisionDate" type="gml:TimePositionType" maxOccurs="unbounded"><annotation><documentation>The date when the contract was revised.</documentation></annotation></element><element name="type" type="gml:CodeType" minOccurs="0" maxOccurs="1"><annotation><documentation>The type of contract.</documentation></annotation></element><element name="value" type="diggs:CostType" minOccurs="0" maxOccurs="1"><annotation><documentation>The total value of the contract.</documentation></annotation></element></sequence></extension></complexContent></complexType>