ifc:uos

Complex Type Information

Model

Children: ifc:header

Attributes

QName Type Fixed Default Use Inheritable Annotation
configuration ifc:Seq-anyURI optional
express ifc:Seq-anyURI optional
id xs:ID optional

Used By

Element ifc:uos
Complex Type ifc:ifcXML

Source

<xs:complexType name="uos" abstract="true">
  <xs:sequence>
    <xs:element name="header" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="name" type="xs:string" minOccurs="0"/>
          <xs:element name="time_stamp" type="xs:dateTime" minOccurs="0"/>
          <xs:element name="author" type="xs:string" minOccurs="0"/>
          <xs:element name="organization" type="xs:string" minOccurs="0"/>
          <xs:element name="preprocessor_version" type="xs:string" minOccurs="0"/>
          <xs:element name="originating_system" type="xs:string" minOccurs="0"/>
          <xs:element name="authorization" type="xs:string" minOccurs="0"/>
          <xs:element name="documentation" type="xs:string" minOccurs="0"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="express" type="ifc:Seq-anyURI" use="optional"/>
  <xs:attribute name="configuration" type="ifc:Seq-anyURI" use="optional"/>
  <!--- 2013-02-04 extension of the uos element: see P28 - section 5.6 -->
</xs:complexType>