<xsd:complexType name="PersInlandMarineLineBusiness_Type">
<xsd:complexContent>
<xsd:extension base="PCLINEBUSINESS">
<xsd:sequence>
<xsd:element ref="Coverage" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="SafeVaultCharacteristics" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="AlarmAndSecurity" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PropertySchedule" minOccurs="1" maxOccurs="unbounded" />
<xsd:element ref="Dwell" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="QuestionAnswer" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|