<xs:complexType name="Charge">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">A charge identifies and monetary amount that must be paid.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Id" type="ChargeId" minOccurs="0" />
<xs:element name="Total" type="Amount" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the extended monitary amount for this instance of Charge.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Cost" type="AmountPerQuantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the Cost per Quantity of the Charge.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is a description of the charge.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="Distribution" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|