| diagram | ![]() |
||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| source | <s:complexType name="DiscountType"> <s:attribute name="Name" type="s:string" use="optional"> <s:annotation> <s:documentation>Discount name</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Amount" use="optional"> <s:annotation> <s:documentation>Discount amount</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:integer"> <s:minInclusive value="0"/> <s:maxInclusive value="99"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="AgreementNumber" type="s:string" use="required"> <s:annotation> <s:documentation>Agreement number</s:documentation> </s:annotation> </s:attribute> </s:complexType> |
| type | s:string | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="Name" type="s:string" use="optional"> <s:annotation> <s:documentation>Discount name</s:documentation> </s:annotation> </s:attribute> |
| type | restriction of s:integer | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <s:attribute name="Amount" use="optional"> <s:annotation> <s:documentation>Discount amount</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:integer"> <s:minInclusive value="0"/> <s:maxInclusive value="99"/> </s:restriction> </s:simpleType> </s:attribute> |
| type | s:string | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="AgreementNumber" type="s:string" use="required"> <s:annotation> <s:documentation>Agreement number</s:documentation> </s:annotation> </s:attribute> |