<xsd:complexType name="ServiceType">
<xsd:sequence>
<xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Description" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Name" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Amount" type="udt:AmountType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="IndicationIndicator" type="udt:IndicatorType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Code" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="DateTime" type="udt:DateTimeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Quantity" type="udt:QuantityType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|