![]() | Extern definiert - Schraffurstil |
![]() | Externally Defined Hatch Style |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcExternallyDefinedHatchStyle | ||||
Location | MODIFIED | Type changed from IfcLabel to IfcURIReference. | ||
Identification | X | MODIFIED | Name changed from ItemReference to Identification. |
NOTE Definition according to ISO/CD 10303-46:1992
The externally defined hatch style is an entity which makes an external reference to a hatching style.
NOTE The allowable values for the name source and item reference, by which the externally defined hatch style is identified, need to be determined by implementer agreements.
NOTE Corresponding ISO 10303 name: fill_style_select. Please refer to ISO/IS 10303-46:1994 for the final definition of the formal standard.
HISTORY New entity in IFC2x2.
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
IfcExternalReference | |||||
1 | Location | - | This attribute is out of scope for this model view definition and shall not be set. | ||
2 | Identification | IfcIdentifier | [0:1] |
The Identification provides a unique identifier of the referenced item within the external source (classification, document or library). It may be provided as
| X |
3 | Name | IfcLabel | [0:1] | Optional name to further specify the reference. It can provide a human readable identifier (which does not necessarily need to have a counterpart in the internal structure of the document). | X |
IfcExternallyDefinedHatchStyle |
<xs:element name="IfcExternallyDefinedHatchStyle" type="ifc:IfcExternallyDefinedHatchStyle" substitutionGroup="ifc:IfcExternalReference" nillable="true"/>
<xs:complexType name="IfcExternallyDefinedHatchStyle">
<xs:complexContent>
<xs:extension base="ifc:IfcExternalReference"/>
</xs:complexContent>
</xs:complexType>
ENTITY IfcExternallyDefinedHatchStyle
SUBTYPE OF (IfcExternalReference);
END_ENTITY;