
minOccurs="1" />
<xs:element name="useExisting" type="xs:boolean" maxOccurs="1"
minOccurs="0"/><!-- use existing -->
<!-- Specifies the messaging template of a subscriber. -->
<xs:element name="messagingTemplate" type="xs:string"
maxOccurs="1" minOccurs="0" />
<xs:element name="mailboxNumber" maxOccurs="1" minOccurs="1" >
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,10}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!--
Specifies the default password the subscriber must use to
log in to his or her mailbox.
The password can be from one digit in length to a maximum
of 15 digits.
-->
<xs:element name="password" maxOccurs="1" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,15}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="deleteOnUnassign" type="xs:boolean"
maxOccurs="1" minOccurs="0"/>
<!-- follows overrriding subscriber data -->
<!--
The class of service for this subscriber.
The COS controls subscriber access to many features and
provides general settings,
such as mailbox size.
-->
<xs:element name="cos" maxOccurs="1" minOccurs="0" > <!-- MM/CMM
field -->
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]|[0-9]{2}|[0-4][0-9]{2}|[5]
[0-4][0-9]|[5][5][0-1]"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!--
Specifies the default community ID for the subscriber.
Community IDs are used to control message sending and receiving
among groups of subscribers.
The default value is 1.
-->
<xs:element name="communityID" maxOccurs="1" minOccurs="0" >
<!-- MM/CMM field -->
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]|[0-1][0-5]"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Managing bulk importing and exporting
Administering Avaya Aura
®
Session Manager November 2010 165
Comentarios a estos manuales