Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Main 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_1.tmp#Email
Type base:Email
Properties
content simple
Source
<element name="Email" type="base:Email"/>
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: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
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: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
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:Code
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Code Type
Diagram
Diagram
Type restriction of int
Facets
totalDigits 9
Source
<simpleType name="Code">
  <annotation>
    <documentation>Code Type</documentation>
  </annotation>
  <restriction base="xsd:int">
    <totalDigits value="9"/>
  </restriction>
</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
Source
<simpleType name="CustomFieldType">
  <annotation>
    <documentation>Custom Field Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="255"/>
  </restriction>
</simpleType>
Simple Type base:Date
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Generic date type
Diagram
Diagram
Type dateTime
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
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
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
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
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
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
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
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
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
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
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
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
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
Source
<simpleType name="Operator">
  <annotation>
    <documentation>Device location: Operator</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:Email
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Email
Diagram
Diagram
Type string
Used by
Element base:Email
Source
<simpleType name="Email">
  <annotation>
    <documentation>Email</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</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
Source
<simpleType name="ESN">
  <annotation>
    <documentation>Electronic Serial Number Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="12"/>
  </restriction>
</simpleType>
Simple Type base:GEOLocation
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
current location of the device
Diagram
Diagram
Type string
Source
<simpleType name="GEOLocation">
  <annotation>
    <documentation>current location of the device</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
Source
<simpleType name="Hash">
  <annotation>
    <documentation>Mostly MD5 Hash type for SSD fields</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
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:ID
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Generic identifier type for Aeris
Diagram
Diagram
Type restriction of string
Facets
maxLength 15
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:IMSI
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
International Mobile Subscriber Identity String Type
Diagram
Diagram
Type restriction of string
Facets
maxLength 15
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:IP
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Generic IP type
Diagram
Diagram
Type string
Source
<simpleType name="IP">
  <annotation>
    <documentation>Generic IP type</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
Source
<simpleType name="Login">
  <annotation>
    <documentation>New Login</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</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
Source
<simpleType name="SCLID">
  <annotation>
    <documentation>Generic Device Identifier</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="40"/>
  </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
Source
<simpleType name="MDN">
  <annotation>
    <documentation>Mobile Directory Number Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="10"/>
  </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
Source
<simpleType name="MEID">
  <annotation>
    <documentation>Mobile Equipment Identifier Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="18"/>
  </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
Source
<simpleType name="Message">
  <annotation>
    <documentation>Message Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="255"/>
  </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
Source
<simpleType name="MIN">
  <annotation>
    <documentation>Mobile Identification Number Type</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="32"/>
  </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
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:MSLCode
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
MasterSubsidyLockCode
Diagram
Diagram
Type restriction of string
Facets
maxLength 6
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
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
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
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:PoolName
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Pool Name
Diagram
Diagram
Type string
Source
<simpleType name="PoolName">
  <annotation>
    <documentation>Pool Name</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
Source
<simpleType name="RatePlan">
  <annotation>
    <documentation>Rate Plan</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</simpleType>
Simple Type base:ReportGroup
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
ReportGroup
Diagram
Diagram
Type unsignedInt
Source
<simpleType name="ReportGroup">
  <annotation>
    <documentation>ReportGroup</documentation>
  </annotation>
  <restriction base="xsd:unsignedInt"/>
</simpleType>
Simple Type base:ServiceName
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Service Name
Diagram
Diagram
Type restriction of string
Facets
maxLength 50
Source
<simpleType name="ServiceName">
  <annotation>
    <documentation>Service Name</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="50"/>
  </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
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:RegisterOnAerCloud
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Register On AerCloud
Diagram
Diagram
Type boolean
Source
<simpleType name="RegisterOnAerCloud">
  <annotation>
    <documentation>Register On AerCloud</documentation>
  </annotation>
  <restriction base="xsd:boolean">
  </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
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: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
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: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:TransactionID
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Unique transaction id
Diagram
Diagram
Type restriction of string
Facets
maxLength 36
Source
<simpleType name="TransactionID">
  <annotation>
    <documentation>Unique transaction id</documentation>
  </annotation>
  <restriction base="xsd:string">
    <maxLength value="36"/>
  </restriction>
</simpleType>
Simple Type base:URL
Namespace service.aeris.com/aeradmin/v1/BaseTypes
Annotations
Generic URL Type
Diagram
Diagram
Type string
Source
<simpleType name="URL">
  <annotation>
    <documentation>Generic URL Type</documentation>
  </annotation>
  <restriction base="xsd:string"/>
</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
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
Source
<simpleType name="TrafficTypeEnum">
  <restriction base="string">
    <enumeration value="Packet"/>
    <enumeration value="SMS"/>
    <enumeration value="Voice"/>
    <enumeration value="All"/>
  </restriction>
</simpleType>