Showing:

Documentation
Diagrams
Facets
Properties
Source
Used by
Imported schema BaseTypes.xsd
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Properties
attribute form default unqualified
element form default unqualified
Element base:Email
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Diagram
Diagram BaseTypes_xsd.tmp#Email
Type base:Email
Properties
content simple
Source
<element name="Email" type="base:Email"/>
Simple Type base:ID
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Generic identifier type for Aeris
Diagram
Diagram
Type restriction of string
Facets
maxLength 15
Used by
Elements comp:BaseRequestGroup/accountID, comp:Credential/accountID, ser:HeartBeatRequest/accountID
Source
<simpleType name="ID">
  <annotation>
    <documentation>Generic identifier type for Aeris</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="15"/>
  </restriction>
</simpleType>
Simple Type base:TechnologyEnum
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Technology
Diagram
Diagram
Type restriction of string
Facets
maxLength 8
enumeration CDMA
enumeration GSM
enumeration GENERIC
Used by
Element comp:BaseRequestGroup/technology
Source
<simpleType name="TechnologyEnum">
  <annotation>
    <documentation>Technology</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="8"/>
    <enumeration value="CDMA"/>
    <enumeration value="GSM"/>
    <!-- Added to handle aercloud devices -->
    <enumeration value="GENERIC"/>
  </restriction>
</simpleType>
Simple Type base:Email
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Email
Diagram
Diagram
Type string
Used by
Elements base:Email, comp:BaseRequestGroup/email, comp:Credential/email, ser:HeartBeatRequest/email
Source
<simpleType name="Email">
  <annotation>
    <documentation>Email</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:ICCID
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Universal Integrated Circuit Card Identifier Type
Diagram
Diagram
Type restriction of string
Facets
maxLength 20
Used by
Element comp:DeviceID/iccId
Source
<simpleType name="ICCID">
  <annotation>
    <documentation>Universal Integrated Circuit Card Identifier Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="20"/>
  </restriction>
</simpleType>
Simple Type base:MSISDN
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Mobile Station Integrated Services Digital Network
Type
Diagram
Diagram
Type restriction of string
Facets
maxLength 32
Used by
Elements comp:DeviceID/msisdn, comp:DeviceNumber/msisdn, comp:NetworkID/msisdn
Source
<simpleType name="MSISDN">
  <annotation>
    <documentation>Mobile Station Integrated Services Digital Network Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="32"/>
  </restriction>
</simpleType>
Simple Type base:MEID
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Mobile Equipment Identifier Type
Diagram
Diagram
Type restriction of string
Facets
maxLength 18
Used by
Element comp:DeviceID/meId
Source
<simpleType name="MEID">
  <annotation>
    <documentation>Mobile Equipment Identifier Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="18"/>
  </restriction>
</simpleType>
Simple Type base:ESN
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Electronic Serial Number Type
Diagram
Diagram
Type restriction of string
Facets
maxLength 12
Used by
Element comp:DeviceID/esn
Source
<simpleType name="ESN">
  <annotation>
    <documentation>Electronic Serial Number Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="12"/>
  </restriction>
</simpleType>
Simple Type base:MIN
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Mobile Identification Number Type
Diagram
Diagram
Type restriction of string
Facets
maxLength 32
Used by
Elements comp:DeviceID/min, comp:DeviceNumber/min, comp:NetworkID/min
Source
<simpleType name="MIN">
  <annotation>
    <documentation>Mobile Identification Number Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="32"/>
  </restriction>
</simpleType>
Simple Type base:MDN
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Mobile Directory Number Type
Diagram
Diagram
Type restriction of string
Facets
maxLength 10
Used by
Elements comp:DeviceID/mdn, comp:DeviceNumber/mdn, comp:NetworkID/mdn
Source
<simpleType name="MDN">
  <annotation>
    <documentation>Mobile Directory Number Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="10"/>
  </restriction>
</simpleType>
Simple Type base:IMSI
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
International Mobile Subscriber Identity String Type
Diagram
Diagram
Type restriction of string
Facets
maxLength 15
Used by
Elements comp:DeviceID/imsi, comp:NetworkID/imsi
Source
<simpleType name="IMSI">
  <annotation>
    <documentation>International Mobile Subscriber Identity String Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="15"/>
  </restriction>
</simpleType>
Simple Type base:SCLID
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Generic Device Identifier
Diagram
Diagram
Type restriction of string
Facets
maxLength 40
Used by
Element comp:DeviceID/sclId
Source
<simpleType name="SCLID">
  <annotation>
    <documentation>Generic Device Identifier</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="40"/>
  </restriction>
</simpleType>
Simple Type base:TransactionID
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Unique transaction id
Diagram
Diagram
Type restriction of string
Facets
maxLength 36
Used by
Elements comp:BaseResponseGroup/transactionID, ser:GetBulkServiceStatusRequest/transactionID
Source
<simpleType name="TransactionID">
  <annotation>
    <documentation>Unique transaction id</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="36"/>
  </restriction>
</simpleType>
Simple Type base:Code
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Code Type
Diagram
Diagram
Type restriction of int
Facets
totalDigits 9
Used by
Elements comp:BaseResponseGroup/resultCode, comp:DeviceDetailGroup/cancelCode, ser:BulkCancelRequest/cancelCode, ser:CancelRequest/cancelCode, ser:GetCancelCodeResponse/CancelCode/code
Source
<simpleType name="Code">
  <annotation>
    <documentation>Code Type</documentation>
  </annotation>
  <restriction base="xsd:int">
    <totalDigits value="9"/>
  </restriction>
</simpleType>
Simple Type base:Message
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Message Type
Diagram
Diagram
Type restriction of string
Facets
maxLength 255
Used by
Element comp:BaseResponseGroup/resultMessage
Source
<simpleType name="Message">
  <annotation>
    <documentation>Message Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="255"/>
  </restriction>
</simpleType>
Simple Type base:IP
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Generic IP type
Diagram
Diagram
Type string
Used by
Elements comp:BaseProvisionResponseGroup/staticIP, comp:DeviceDetailGroup/staticIP, comp:DeviceLocationResponseGroup/IPAddress, ser:AssignStaticIPResponse/staticIP, ser:GetDeviceLocationRequest/IPAddress
Source
<simpleType name="IP">
  <annotation>
    <documentation>Generic IP type</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:URL
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Generic URL Type
Diagram
Diagram
Type string
Used by
Element comp:BulkBaseRequestGroup/callbackURL
Source
<simpleType name="URL">
  <annotation>
    <documentation>Generic URL Type</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:RatePlan
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Rate Plan
Diagram
Diagram
Type string
Used by
Elements comp:BaseProvisionRequestGroup/ratePlan, comp:DeviceDetailGroup/newRatePlan, comp:DeviceDetailGroup/ratePlan, comp:RatePlan/name, ser:BulkChangeRatePlanRequest/newRatePlan, ser:BulkReprovisionRequest/ratePlan, ser:ChangeRatePlanRequest/newRatePlan, ser:ReprovisionRequest/ratePlan
Source
<simpleType name="RatePlan">
  <annotation>
    <documentation>Rate Plan</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:PoolName
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Pool Name
Diagram
Diagram
Type string
Used by
Elements comp:BaseProvisionRequestGroup/poolName, comp:DeviceDetailGroup/newPoolName, comp:DeviceDetailGroup/poolName, comp:RatePlan/poolName, ser:BulkChangeRatePlanRequest/newPoolName, ser:BulkReprovisionRequest/poolName, ser:ChangeRatePlanRequest/newPoolName, ser:ReprovisionRequest/poolName
Source
<simpleType name="PoolName">
  <annotation>
    <documentation>Pool Name</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:ServiceName
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Service Name
Diagram
Diagram
Type restriction of string
Facets
maxLength 50
Used by
Elements comp:BaseProvisionRequestGroup/serviceName, comp:DeviceDetailGroup/serviceName, ser:BulkChangeServiceNameRequest/newServiceName, ser:BulkReprovisionRequest/serviceName, ser:ChangeServiceNameRequest/newServiceName, ser:GetServiceNameResponse/serviceName, ser:ReprovisionRequest/serviceName
Source
<simpleType name="ServiceName">
  <annotation>
    <documentation>Service Name</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="50"/>
  </restriction>
</simpleType>
Simple Type base:ApplicationEnum
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Enumeration of mobile or fixed
Diagram
Diagram
Type restriction of string
Facets
enumeration Mobile
enumeration Fixed
Used by
Elements comp:BaseProvisionRequestGroup/applicationType, comp:DeviceAttrGroup/applicationType, comp:DeviceDetailGroup/applicationType
Source
<simpleType name="ApplicationEnum">
  <annotation>
    <documentation>Enumeration of mobile or fixed</documentation>
  </annotation>
  <restriction base="xsd:string">
    <enumeration value="Mobile"/>
    <enumeration value="Fixed"/>
  </restriction>
</simpleType>
Simple Type base:GEOLocation
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
current location of the device
Diagram
Diagram
Type string
Used by
Elements comp:BaseProvisionRequestGroup/currentLocation, comp:DeviceAttrGroup/currentLocation, comp:DeviceDetailGroup/currentLocation
Source
<simpleType name="GEOLocation">
  <annotation>
    <documentation>current location of the device</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:ReportGroup
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
ReportGroup
Diagram
Diagram
Type unsignedInt
Used by
Elements comp:BaseProvisionRequestGroup/reportGroup, comp:DeviceAttrGroup/reportGroup, comp:DeviceDetailGroup/reportGroup
Source
<simpleType name="ReportGroup">
  <annotation>
    <documentation>ReportGroup</documentation>
  </annotation>
  <restriction base="xsd:unsignedInt"/>
</simpleType>
Simple Type base:CustomFieldType
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Custom Field Type
Diagram
Diagram
Type restriction of string
Facets
maxLength 255
Used by
Elements comp:CustomField/customField1, comp:CustomField/customField2, comp:CustomField/customField3, comp:CustomField/customField4, comp:CustomField/customField5
Source
<simpleType name="CustomFieldType">
  <annotation>
    <documentation>Custom Field Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="255"/>
  </restriction>
</simpleType>
Simple Type base:ContainerId
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Conatiner Id for attaching device to feed conatiner
Diagram
Diagram
Type restriction of string
Facets
maxLength 200
Used by
Elements comp:BaseAerCloudProvisionRequestGroup/containerId, comp:BaseProvisionRequestGroup/containerId, comp:DeviceAttrGroup/containerId, comp:DeviceDetailGroup/containerId
Source
<simpleType name="ContainerId">
  <annotation>
    <documentation>Conatiner Id for attaching device to feed conatiner</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="200"/>
  </restriction>
</simpleType>
Simple Type base:DataModelId
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Data Model to specify feed meta data information.
Diagram
Diagram
Type restriction of string
Facets
maxLength 200
Used by
Elements comp:BaseAerCloudProvisionRequestGroup/dataModelId, comp:BaseProvisionRequestGroup/dataModelId, comp:DeviceAttrGroup/dataModelId, comp:DeviceDetailGroup/dataModelId
Source
<simpleType name="DataModelId">
  <annotation>
    <documentation>Data Model to specify feed meta data information.</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="200"/>
  </restriction>
</simpleType>
Simple Type base:RegisterOnAerCloud
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Register On AerCloud
Diagram
Diagram
Type boolean
Used by
Elements comp:BaseProvisionRequestGroup/registerOnAerCloud, comp:DeviceAttrGroup/registerOnAerCloud, comp:DeviceDetailGroup/registerOnAerCloud
Source
<simpleType name="RegisterOnAerCloud">
  <annotation>
    <documentation>Register On AerCloud</documentation>
  </annotation>
  <restriction base="xsd:boolean">
  </restriction>
</simpleType>
Simple Type base:AerisDeviceID
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Diagram
Diagram
Type string
Source
<simpleType name="AerisDeviceID">
  <restriction base="string"/>
</simpleType>
Simple Type base:AuthenticationKey
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Authentication Key usually 20 digits with additional 6 digits of check sum
Diagram
Diagram
Type string
Used by
Element comp:DeviceDetailGroup/authenticationKey
Source
<simpleType name="AuthenticationKey">
  <annotation>
    <documentation>Authentication Key usually 20 digits with additional 6 digits of check sum</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:Date
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Generic date type
Diagram
Diagram
Type dateTime
Used by
Elements comp:DeviceDetailGroup/activationDate, comp:DeviceDetailGroup/deactivationDate, comp:DeviceDetailGroup/newPoolNameDate, comp:DeviceDetailGroup/newRatePlanDate
Source
<simpleType name="Date">
  <annotation>
    <documentation>Generic date type</documentation>
  </annotation>
  <restriction base="xsd:dateTime"/>
</simpleType>
Simple Type base:Description
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
cancel Code Description
Diagram
Diagram
Type string
Used by
Element ser:GetCancelCodeResponse/CancelCode/description
Source
<simpleType name="Description">
  <annotation>
    <documentation>cancel Code Description</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:DeviceStatus
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
device Status
Diagram
Diagram
Type restriction of string
Facets
enumeration Provisioned
enumeration Cancelled
enumeration Suspended
enumeration Bill
Used by
Element comp:DeviceDetailGroup/deviceStatus
Source
<simpleType name="DeviceStatus">
  <annotation>
    <documentation>device Status</documentation>
  </annotation>
  <restriction base="xsd:string">
    <enumeration value="Provisioned"/>
    <enumeration value="Cancelled"/>
    <enumeration value="Suspended"/>
    <enumeration value="Bill"/>
  </restriction>
</simpleType>
Simple Type base:DeviceNetworkStatus
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Device network status
Diagram
Diagram
Type string
Used by
Element comp:DeviceNetworkStatusResponseGroup/deviceNetworkStatus
Source
<simpleType name="DeviceNetworkStatus">
  <annotation>
    <documentation>Device network status</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:ChangeReason
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Reason for swapping the sim
Diagram
Diagram
Type restriction of string
Facets
maxLength 300
Used by
Element ser:SwapSubscriptionRequest/changeReason
Source
<simpleType name="ChangeReason">
  <annotation>
    <documentation>Reason for swapping the sim</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="300"/>
  </restriction>
</simpleType>
Simple Type base:SwapFromQueue
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Flag indicating whether it is a Queue swap or immediate swap
Diagram
Diagram
Type boolean
Source
<simpleType name="SwapFromQueue">
  <annotation>
    <documentation>Flag indicating whether it is a Queue swap or immediate swap</documentation>
  </annotation>
  <restriction base="xsd:boolean"/>
</simpleType>
Simple Type base:StreetName
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Device location: StreetName
Diagram
Diagram
Type string
Used by
Element comp:DeviceLocationResponseGroup/StreetName
Source
<simpleType name="StreetName">
  <annotation>
    <documentation>Device location: StreetName</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:City
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Device location: City
Diagram
Diagram
Type string
Used by
Element comp:DeviceLocationResponseGroup/City
Source
<simpleType name="City">
  <annotation>
    <documentation>Device location: City</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:State
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Device location: State
Diagram
Diagram
Type string
Used by
Element comp:DeviceLocationResponseGroup/State
Source
<simpleType name="State">
  <annotation>
    <documentation>Device location: State</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:Country
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Device location: Country
Diagram
Diagram
Type string
Used by
Element comp:DeviceLocationResponseGroup/Country
Source
<simpleType name="Country">
  <annotation>
    <documentation>Device location: Country</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:ZipCode
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Device location: ZipCode
Diagram
Diagram
Type string
Used by
Element comp:DeviceLocationResponseGroup/ZipCode
Source
<simpleType name="ZipCode">
  <annotation>
    <documentation>Device location: ZipCode</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:Latitude
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Device location: Latitude
Diagram
Diagram
Type string
Used by
Element comp:DeviceLocationResponseGroup/Latitude
Source
<simpleType name="Latitude">
  <annotation>
    <documentation>Device location: Latitude</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:Longitude
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Device location: Longitude
Diagram
Diagram
Type string
Used by
Element comp:DeviceLocationResponseGroup/Longitude
Source
<simpleType name="Longitude">
  <annotation>
    <documentation>Device location: Longitude</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:UncertanityRaduis
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Device location: UncertanityRaduis
Diagram
Diagram
Type string
Used by
Element comp:DeviceLocationResponseGroup/UncertanityRaduis
Source
<simpleType name="UncertanityRaduis">
  <annotation>
    <documentation>Device location: UncertanityRaduis</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:Operator
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Device location: Operator
Diagram
Diagram
Type string
Used by
Element comp:DeviceLocationResponseGroup/Operator
Source
<simpleType name="Operator">
  <annotation>
    <documentation>Device location: Operator</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:Hash
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Mostly MD5 Hash type for SSD fields
Diagram
Diagram
Type string
Used by
Elements comp:Profile/profile0/AAASSD, comp:Profile/profile0/HASSD, comp:Profile/profile1/AAASSD, comp:Profile/profile1/HASSD
Source
<simpleType name="Hash">
  <annotation>
    <documentation>Mostly MD5 Hash type for SSD fields</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:Login
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
New Login
Diagram
Diagram
Type string
Used by
Element comp:Credential/login
Source
<simpleType name="Login">
  <annotation>
    <documentation>New Login</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:MSLCode
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
MasterSubsidyLockCode
Diagram
Diagram
Type restriction of string
Facets
maxLength 6
Used by
Element comp:Profile/msl
Source
<simpleType name="MSLCode">
  <annotation>
    <documentation>MasterSubsidyLockCode</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="6"/>
  </restriction>
</simpleType>
Simple Type base:NAI
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Network Access Identifier String Type
Diagram
Diagram
Type restriction of string
Facets
minLength 1
maxLength 64
Used by
Elements comp:Profile/profile0/NAI, comp:Profile/profile1/NAI
Source
<simpleType name="NAI">
  <annotation>
    <documentation>Network Access Identifier String Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="64"/>
    <minLength value="1"/>
  </restriction>
</simpleType>
Simple Type base:OTKSLC
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
One Time Keypad Subisidy Lock Code Type
Diagram
Diagram
Type restriction of string
Facets
maxLength 6
Used by
Element comp:Profile/otkslc
Source
<simpleType name="OTKSLC">
  <annotation>
    <documentation>One Time Keypad Subisidy Lock Code Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="6"/>
  </restriction>
</simpleType>
Simple Type base:Password
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Password String
Diagram
Diagram
Type restriction of string
Facets
minLength 1
maxLength 100
Used by
Element comp:Credential/password
Source
<simpleType name="Password">
  <annotation>
    <documentation>Password String</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="100"/>
    <minLength value="1"/>
  </restriction>
</simpleType>
Simple Type base:TrafficPolicyEnum
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
TrafficPolicy
Diagram
Diagram
Type restriction of string
Facets
maxLength 7
enumeration BLOCK
enumeration UNBLOCK
Source
<simpleType name="TrafficPolicyEnum">
  <annotation>
    <documentation>TrafficPolicy</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="7"/>
    <enumeration value="BLOCK"/>
    <enumeration value="UNBLOCK"/>
  </restriction>
</simpleType>
Simple Type base:UserID
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Generic userid type
Diagram
Diagram
Type string
Source
<simpleType name="UserID">
  <annotation>
    <documentation>Generic userid type</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:Version
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Version
Diagram
Diagram
Type restriction of string
Facets
minLength 1
maxLength 20
Used by
Element comp:DeviceDetailGroup/softwareVersion
Source
<simpleType name="Version">
  <annotation>
    <documentation>Version</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="20"/>
    <minLength value="1"/>
  </restriction>
</simpleType>
Simple Type base:TrafficTypeEnum
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Diagram
Diagram
Type restriction of string
Facets
enumeration Packet
enumeration SMS
enumeration Voice
enumeration All
Used by
Elements comp:TrafficPolicyGroup/blockTraffic, comp:TrafficPolicyGroup/unblockTraffic, ser:BlockTrafficRequest/trafficType, ser:BulkBlockTrafficRequest/trafficType
Source
<simpleType name="TrafficTypeEnum">
  <restriction base="string">
    <enumeration value="Packet"/>
    <enumeration value="SMS"/>
    <enumeration value="Voice"/>
    <enumeration value="All"/>
  </restriction>
</simpleType>