IfcURIReference

Natural language names
enURIReference
frRéférence à une adresse Web
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcURIReferenceADDED
Semantic definitions at the type
Type definition

The IfcURIReference provides for identifying a Uniform Resource Identifier (URI). A URI can be classified as a locator or a name or both, that is it may comprise a Uniform Resource Locator (URL) and/or a Uniform Resource Name (URN).

NOTE  See RFC 3986 for definition of Uniform Resource Identifier.
HISTORY  New defined datatype in IFC4.
Formal representations
XSD Specification
 <xs:simpleType name="IfcURIReference">
  <xs:restriction base="xs:normalizedString"/>
 </xs:simpleType>
 <xs:element name="IfcURIReference-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcURIReference">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
EXPRESS Specification
TYPE IfcURIReference = STRING;
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page