Attribute | ifc:IfcDocumentInformation/@Status |
<xs:simpleType name="IfcDocumentStatusEnum"> <xs:restriction base="xs:string"> <xs:enumeration value="draft"/> <xs:enumeration value="finaldraft"/> <xs:enumeration value="final"/> <xs:enumeration value="revision"/> <xs:enumeration value="notdefined"/> </xs:restriction> </xs:simpleType> |