<xs:element name="IFCPropertySingleValue" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Valor de la propiedad IFC.</xs:documentation>
<xs:documentation />
<xs:documentation>Sólo aplicable si la propiedad IFC es de type="GENERALDATA". El valor puede ser uno de los siguientes:</xs:documentation>
<xs:documentation>- STA_START</xs:documentation>
<xs:documentation>- STA_END</xs:documentation>
<xs:documentation>- STA_START_PROCESSED</xs:documentation>
<xs:documentation>- STA_END_PROCESSED</xs:documentation>
<xs:documentation>- PROJECT_NAME</xs:documentation>
<xs:documentation>- GROUP_OF_STRETCHES_NAME</xs:documentation>
<xs:documentation>- AXIS_NAME</xs:documentation>
<xs:documentation>- STRETCH_NAME</xs:documentation>
<xs:documentation />
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Nombre de la propiedad IFC.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="type" default="VOLUME">
<xs:annotation>
<xs:documentation>Tipología de la propiedad.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="LENGTH" />
<xs:enumeration value="AREA" />
<xs:enumeration value="VOLUME" />
<xs:enumeration value="BOOLEAN" />
<xs:enumeration value="TEXT" />
<xs:enumeration value="GENERALDATA" />
<xs:enumeration value="OBJECTVOLUMESURFACE" />
<xs:enumeration value="OBJECTLENGTH" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|