Component 
PREV S-TYPE   NEXT S-TYPE
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

simpleType "ns:AccessRuleCurrentStatusCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"NotSet"
 - 
This value indicates that usage limits do not apply to the corresponding API call.
"HourlyLimitExceeded"
 - 
This value indicates that your application has exceeded its hourly hard call limit for the corresponding API call.
"DailyLimitExceeded"
 - 
This value indicates that your application has exceeded its daily hard call limit for the corresponding API call.
"PeriodicLimitExceeded"
 - 
This value indicates that your application has exceeded its periodic hard call limit for the corresponding API call. The period is defined in the ApiAccessRule.Period field and can be a calendar month or a specific number of days.
"HourlySoftLimitExceeded"
 - 
This value indicates that your application has exceeded its hourly soft call limit for the corresponding API call.
"DailySoftLimitExceeded"
 - 
This value indicates that your application has exceeded its daily soft call limit for the corresponding API call.
"PeriodicSoftLimitExceeded"
 - 
This value indicates that your application has exceeded its periodic soft call limit for the corresponding API call. The period is defined in the ApiAccessRule.Period field and can be a calendar month or a specific number of days.
"CustomCode"
 - 
Reserved for internal or future use.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Enumerated type that defines the possible values that can be returned in the RuleCurrentStatus output field of the GetApiAccessRules call. The RuleCurrentStatus is only returned if the daily, hourly, or periodic call limit for the corresponding API call has been exceeded, or if a call limit does not apply to the API call.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:AccessRuleCurrentStatusCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="AccessRuleCurrentStatusCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="NotSet"/>
<xs:enumeration value="HourlyLimitExceeded"/>
<xs:enumeration value="DailyLimitExceeded"/>
<xs:enumeration value="PeriodicLimitExceeded"/>
<xs:enumeration value="HourlySoftLimitExceeded"/>
<xs:enumeration value="DailySoftLimitExceeded"/>
<xs:enumeration value="PeriodicSoftLimitExceeded"/>
<xs:enumeration value="CustomCode"/>
</xs:restriction>
</xs:simpleType>

 Component 
PREV S-TYPE   NEXT S-TYPE
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.