Item | SPF | XML | Change | Description | IFC4 Addendum 1 |
---|---|---|---|---|
IfcBinary | ADDED |
IfcBinary is a defined type of simple data type BINARY which may be used to encode binary data such as embedded textures.
NOTE This type was introduced to maintain consistency with all native types. A future IFC release may support this data type within IfcSimpleValue to enable use at property sets.Type: BINARY
HISTORY New type in IFC4 ADD1 (modification does not impact file compatibility).
<xs:simpleType name="IfcBinary">
<xs:restriction base="xs:hexBinary"/>
</xs:simpleType>
<xs:element name="IfcBinary-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:hexBinary">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcBinary = BINARY;
END_TYPE;