Definition Type: ComplexType
Name: EngineeringApprovalType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: EngineeringWorkDocument.xsd
Abstract
Documentation:
STEP "approval" entity. AP214-FDIS-Definition: An Approval is a judgement concerning the quality of those product data that are subject of the Approval.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Party in schema components_xsd Drilldown into ActualDateTime in schema fields_xsd Drilldown into PlannedDateTime in schema fields_xsd Drilldown into ApprovedByParty in schema components_xsd Drilldown into IsAppliedTo in schema engineeringworkdocument_xsd Drilldown into Status in schema components_xsd Drilldown into LevelCode in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of EngineeringApprovalType in schema engineeringworkdocument_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
LevelCode nsA:LevelCode 0 (1)
Status nsA:Status 0 (1)
IsAppliedTo nsA:IsAppliedTo 0 (1)
ApprovedByParty nsA:ApprovedByParty 0 unbounded
PlannedDateTime nsA:PlannedDateTime 0 (1)
ActualDateTime nsA:ActualDateTime 0 (1)
Party nsA:Party 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:EngineeringApproval