<xsd:complexType name="PropertyInfo_Type">
<xsd:sequence>
<xsd:element ref="CommlPropertyInfo" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="CommlCoverage" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="CreditOrSurcharge" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="GlassSignInfo" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Form" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ItemDefinition" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="BlanketInfo" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="CommlRateState" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="StatementValues" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="id" type="ID" />
</xsd:complexType>
|