<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>
|