j:ConveyanceEngineAssociationType
complexType ConveyanceEngineAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for an association between a conveyance and an engine.
Diagram
XML Schema
<xs:complexType name="ConveyanceEngineAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a conveyance and an engine.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="j:Engine" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Conveyance" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ConveyanceEngineAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>