| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.ibillingclient.org/schema/edi | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of ClientObject | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:complexType name="AccountActivity" abstract="true"> <xs:annotation> <xs:documentation>Abstract class for objects that represent CustomerAccount relatedfinancial activity. For example, invoice, payment, paper statement are all types of AccountActivity</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="ClientObject"> <xs:attribute name="accountActivityType" type="AccountActivityType" use="optional"> <xs:annotation> <xs:documentation>accountActivityType: Type of activity, e.g. invoice, payment</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="customerAccount" type="xs:IDREF" use="optional"> <xs:annotation> <xs:documentation>customerAccount: Reference to the CustomerAccount affected by this activity.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
| type | AccountActivityType | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| source | <xs:attribute name="accountActivityType" type="AccountActivityType" use="optional"> <xs:annotation> <xs:documentation>accountActivityType: Type of activity, e.g. invoice, payment</xs:documentation> </xs:annotation> </xs:attribute> |
| type | xs:IDREF | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:attribute name="customerAccount" type="xs:IDREF" use="optional"> <xs:annotation> <xs:documentation>customerAccount: Reference to the CustomerAccount affected by this activity.</xs:documentation> </xs:annotation> </xs:attribute> |