Definition Type: Element
Name: IFCPropertySingleValue
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Valor de la propiedad IFC.

Sólo aplicable si la propiedad IFC es de type="GENERALDATA". El valor puede ser uno de los siguientes:
- STA_START
- STA_END
- STA_START_PROCESSED
- STA_END_PROCESSED
- PROJECT_NAME
- GROUP_OF_STRETCHES_NAME
- AXIS_NAME
- STRETCH_NAME
Collapse XSD Schema Diagram:
Drilldown into type Drilldown into nameXSD Diagram of IFCPropertySingleValue
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
name name Required
type type VOLUME (Optional)