<xsd:complexType name="CommlRateState_Type">
<xsd:sequence>
<xsd:element ref="NAICCd" minOccurs="0" maxOccurs="1" />
<xsd:element ref="StateProvCd" minOccurs="0" maxOccurs="1" />
<xsd:element ref="CommlAutoHiredInfo" minOccurs="0" maxOccurs="1" />
<xsd:element ref="CommlAutoNonOwnedInfo" minOccurs="0" maxOccurs="1" />
<xsd:element ref="CommlAutoDriveOtherCarInfo" minOccurs="0" maxOccurs="1" />
<xsd:element ref="CommlAutoAdditionalClassInfo" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="QuestionAnswer" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="CommlVeh" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="CommlCoverage" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="WorkCompInd" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
<xsd:attribute name="id" type="ID" />
</xsd:complexType>
|