ifc:Representations
Element information
Namespace: http://niem.gov/niem/external/iai-ifc/RC2/ifc/dhs-gmo/1.0.0
Schema document: external/iai-ifc/rc2/dhs-gmo/1.0.0/IFC2X2_FINAL.xsd
Type: Anonymous
Properties: Local, Qualified
Content
- Choice [1..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
ex:itemType | [0..1] | xsd:QName | Fixed value is "ifc:IfcRepresentation". | |
ex:cType | [0..1] | Anonymous | Fixed value is "list". | |
ex:arraySize | [0..1] | Anonymous |
Used in
- Type ifc:IfcProductRepresentation (Element ifc:IfcProductRepresentation)
- Type ifc:IfcProductDefinitionShape via extension of ifc:IfcProductRepresentation (Element ifc:IfcProductDefinitionShape)
Sample instance
<ifc:Representations> <ifc:IfcRepresentation id="ID"> <ifc:ContextOfItems> <ifc:IfcRepresentationContext id="ID">... </ifc:IfcRepresentationContext> </ifc:ContextOfItems> <ifc:RepresentationIdentifier>normalizedString</ifc:RepresentationIdentifier> <ifc:RepresentationType>normalizedString</ifc:RepresentationType> <ifc:Items> <ifc:IfcAnnotationFillArea id="ID">... </ifc:IfcAnnotationFillArea> </ifc:Items> </ifc:IfcRepresentation> </ifc:Representations>