<xsd:complexType name="VehiclePaymentsType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Vehicle Payments</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="VehiclePaymentsHeader">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Vehicle Payments Header</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="VehiclePaymentsDetail" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Vehicle Payments Detail</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|