<xsd:complexType name="EngineeringApprovalType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">STEP "approval" entity. AP214-FDIS-Definition: An Approval is a judgement concerning the quality of those product data that are subject of the Approval.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ID" minOccurs="0" />
<xsd:element ref="LevelCode" minOccurs="0" />
<xsd:element ref="Status" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies the status of the Approval.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="IsAppliedTo" minOccurs="0" />
<xsd:element ref="ApprovedByParty" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PlannedDateTime" minOccurs="0" />
<xsd:element ref="ActualDateTime" minOccurs="0" />
<xsd:element ref="Party" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|