commsfwtools/preparedefaultcommsdatabase/Tools/cfg2xml/com/symbian/commdb/93schema/EAPSecuritySettingsTable.xsd
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!-- 
       
     3     Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4     All rights reserved.
       
     5     This component and the accompanying materials are made available
       
     6     under the terms of "Eclipse Public License v1.0"
       
     7     which accompanies this distribution, and is available
       
     8     at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 
       
    10     Initial Contributors:
       
    11     Nokia Corporation - initial contribution.
       
    12     
       
    13     Description:
       
    14         EAPSecuritySettingsTable.xsd
       
    15         XML Schema with the definitions of the
       
    16         WLAN Service Extension Table for CommDB
       
    17 -->
       
    18 <xsd:schema elementFormDefault="qualified" targetNamespace="SymbianOS.Generic.Comms-Infras.CommDB"
       
    19       xmlns="SymbianOS.Generic.Comms-Infras.CommDB" xmlns:xlink="http://www.w3.org/1999/xlink" 
       
    20       xmlns:xsd="http://www.w3.org/2001/XMLSchema">
       
    21       <!--
       
    22           Include Symbian primitives and Comms elements
       
    23       -->
       
    24       <xsd:include schemaLocation="PrimitiveTypes.xsd"/>
       
    25       <xsd:include schemaLocation="CommTypes.xsd"/>
       
    26       <xsd:import namespace="http://www.w3.org/1999/xlink" schemaLocation="XLinkAttributes.xsd"/>
       
    27       <!-- 
       
    28           Definition of the EAPSecuritySettingsTable element
       
    29       -->
       
    30       <xsd:element name="EAPSecuritySettingsTable">
       
    31             <xsd:complexType>
       
    32                   <xsd:sequence>
       
    33                         <xsd:element maxOccurs="unbounded" minOccurs="0" ref="EAPSecuritySettings"/>
       
    34                   </xsd:sequence>
       
    35                   <xsd:attribute ref="xlink:type"/>
       
    36             </xsd:complexType>
       
    37       </xsd:element>
       
    38       <!--
       
    39           Definition of the EAP Security Settings element
       
    40       -->
       
    41       <xsd:element name="EAPSecuritySettings">
       
    42             <xsd:complexType>
       
    43                   <xsd:all>
       
    44                         <xsd:element maxOccurs="1" minOccurs="1" name="Name" type="Text"/>
       
    45                         <xsd:element maxOccurs="1" minOccurs="1" name="OuterEapMethodType" type="EAPSecOuterEAPType"/>
       
    46                         <xsd:element maxOccurs="1" minOccurs="0" name="EapId" type="Text"/>
       
    47                         <xsd:element maxOccurs="1" minOccurs="0" name="EapPassword" type="Text"/>
       
    48                         <xsd:element maxOccurs="1" minOccurs="0" name="ConfigId" type="TUint32"/>
       
    49                         <xsd:element maxOccurs="1" minOccurs="0" name="EAP_Method_Data" type="TableEntryNameType"/>
       
    50                   </xsd:all>
       
    51                   <xsd:attribute ref="xlink:title"/>
       
    52                   <xsd:attribute ref="xlink:role"/>
       
    53                   <xsd:attribute ref="xlink:type"/>
       
    54                   <xsd:attribute name="operation" type="OperationType"/>
       
    55             </xsd:complexType>
       
    56       </xsd:element>
       
    57 </xsd:schema>