Definition Type: ComplexType
Name: NextHigherAssemblyType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: EngineeringWorkDocument.xsd
Abstract
Documentation:
STEP "next_higher_assembly" entity. AP214-FDIS Definition: A next_higher_assembly is a relationship where the attribute 'related' specifies a constituent of an assembly and the attribute 'relating' specifies the immediate parent assembly of the constituent.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into PlacementText in schema fields_xsd Drilldown into ChildAssemblyDesignReference in schema engineeringworkdocument_xsd Drilldown into ParentAssemblyDesignReference in schema engineeringworkdocument_xsd Drilldown into AssemblyID in schema fields_xsdXSD Diagram of NextHigherAssemblyType in schema engineeringworkdocument_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="NextHigherAssemblyType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">STEP "next_higher_assembly" entity.  AP214-FDIS Definition: A next_higher_assembly is a relationship where the attribute 'related' specifies a constituent of an assembly and the attribute 'relating' specifies the immediate parent assembly of the constituent.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="AssemblyID" minOccurs="0" />
        <xsd:element ref="ParentAssemblyDesignReference" minOccurs="0" />
        <xsd:element ref="ChildAssemblyDesignReference" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="PlacementText" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AssemblyID nsA:AssemblyID 0 (1)
ParentAssemblyDesignReference nsA:ParentAssemblyDesignReference 0 (1)
ChildAssemblyDesignReference nsA:ChildAssemblyDesignReference 0 unbounded
PlacementText nsA:PlacementText 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:NextHigherAssembly