simpleType PaymentPlanType
namespace http://www.ibillingclient.org/schema/edi
type restriction of xs:string
facets
enumeration F
enumeration P
enumeration C
annotation
documentation
Ennumerates possible PaymentPlan types
source <xs:simpleType name="PaymentPlanType">
 
<xs:annotation>
   
<xs:documentation>Ennumerates possible PaymentPlan types</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="F">
     
<xs:annotation>
       
<xs:documentation>Fixed: The plan has fixed (defined) length and will expire after all chargesin the plan are processed</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="P">
     
<xs:annotation>
       
<xs:documentation>Perpetual: The plan has no (defined) length and will be generating invoicesuntil explicitly cancelled</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="C">
     
<xs:annotation>
       
<xs:documentation>Complimentary: The plan is a perpetual plan, however, every generated invoice will beautomatically waived by issuing adjustment (AssetTransaction) against it</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy