j:VehicleBranderType

complexType VehicleBranderType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/

Definition

A data type for an organization which brands vehicles.

Diagram

XML Schema

<xs:complexType name="VehicleBranderType">
<xs:annotation>
<xs:documentation>
A data type for an organization which brands vehicles.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RoleOfOrganization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VehicleBranderIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VehicleBranderCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VehicleBranderAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>