<xs:attribute name="state">
<xs:annotation>
<xs:documentation>Situación correspondiente a la obra ejecutada.</xs:documentation>
<xs:documentation>
</xs:documentation>
<xs:documentation>Solo aparece si el tipo es "Obra ejecutada", y en ese caso es obligatorio.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NON_STARTED" />
<xs:enumeration value="CLEAR_SURFACE" />
<xs:enumeration value="ELEVATION_DATA" />
<xs:enumeration value="PERCENTAGES" />
<xs:enumeration value="NON_TRIMMED" />
<xs:enumeration value="TRIMMED" />
<xs:enumeration value="FINISHED" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
|