<?xml version="1.0" encoding="UTF-8"?>
<!--
   XML data type definitions for OMA RESTful Network API for Customer Profile
   Version: 1.0 (1.0)
   Date: 05 Mar 2013

   FILE INFORMATION

      OMA Permanent Document
         File: OMA-SUP-XSD_rest_netapi_customerprofile-V1_0-20130305-C
         Type: Text-Schema Description

      Public Reachable Information
         Path: http://www.openmobilealliance.org/tech/profiles
         Name: rest_netapi_customerprofile-v1_0.xsd

   NORMATIVE INFORMATION

      Information about this file can be found in the specification

         OMA-TS-REST_NetAPI_CustomerProfile-V1_0

         This is available at http://www.openmobilealliance.org/

         Send comments to technical-comments@mail.openmobilealliance.org

   CHANGE HISTORY 
   
   20120831 File created, see contribution OMA-ARC-REST-CusProf-2012-0014-INP_XSD_inital_baseline 
   20120920 Changed according to OMA-ARC-REST-CusProf-2012-0019-CR_XSD_additional_structure
   20121003 Changed according to OMA-ARC-REST-CusProf-2012-0022-CR_XSD_alignment_with_TS
   20121017 Changed according to OMA-ARC-REST-CusProf-2012-0025-CR_Correcting_XSD
   20130218 Changed according to OMA-ARC-REST-CusProf-2013-0009-CR-Addressing_XSD_CONR_comments
   20130305 Status changed to Candidate by TP Ref # OMA-TP-2013-0073-INP_REST_NetAPI_CustomerProfile_V1.0_ERP_and_ETR_for_Candidate_approval
   
   LEGAL DISCLAIMER

   Use of this document is subject to all of the terms and conditions
   of the Use Agreement located at
   http://www.openmobilealliance.org/UseAgreement.html,
   provided, however, that section (d) under "Documents - Terms 
   of Use" which states, "no modifications are made to such 
   Documents" does not apply to your use.

   The Open Mobile Alliance authorizes you to copy this document, 
   provided that you retain all copyright and other proprietary  
   notices contained in the original materials on any copies of the 
   materials and  that you comply strictly with these terms. This 
   copyright permission does not constitute an endorsement of the 
   products or services. The Open Mobile Alliance assumes no 
   responsibility for errors or omissions in this document.


   Each Open Mobile Alliance member has agreed to use reasonable
   endeavors to inform the Open Mobile Alliance in a timely manner of
   Essential IPR as it becomes aware that the Essential IPR is related
   to the prepared or published specification.  However, the members
   do not have an obligation to conduct IPR searches.  The declared
   Essential IPR is publicly available to members and non-members of
   the Open Mobile Alliance and may be found on the "OMA IPR
   Declarations" list at http://www.openmobilealliance.org/ipr.html.
   The Open Mobile Alliance has not conducted an independent IPR review
   of this document and the information contained herein, and makes no
   representations or warranties regarding third party IPR, including
   without limitation patents, copyrights or trade secret rights.  This
   document may contain inventions for which you must obtain licenses
   from third parties before making, using or selling the inventions.
   Defined terms above are set forth in the schedule to the Open Mobile
   Alliance Application Form.

   NO REPRESENTATIONS OR WARRANTIES (WHETHER EXPRESS OR IMPLIED) ARE
   MADE BY THE OPEN MOBILE ALLIANCE OR ANY OPEN MOBILE ALLIANCE MEMBER
   OR ITS AFFILIATES REGARDING ANY OF THE IPR'S REPRESENTED ON THE "OMA
   IPR DECLARATIONS" LIST, INCLUDING, BUT NOT LIMITED TO THE ACCURACY,
   COMPLETENESS, VALIDITY OR RELEVANCE OF THE INFORMATION OR WHETHER OR
   NOT SUCH RIGHTS ARE ESSENTIAL OR NON-ESSENTIAL.

   THE OPEN MOBILE ALLIANCE IS NOT LIABLE FOR AND HEREBY DISCLAIMS ANY
   DIRECT, INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR
   EXEMPLARY DAMAGES ARISING OUT OF OR IN CONNECTION WITH THE USE OF
   DOCUMENTS AND THE INFORMATION CONTAINED IN THE DOCUMENTS.

   Copyright 2013 Open Mobile Alliance Ltd.  All Rights Reserved.
   Used with the permission of the Open Mobile Alliance Ltd. under the
   terms set forth above. 
-->

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  xmlns:common="urn:oma:xml:rest:netapi:common:1"
  xmlns="urn:oma:xml:rest:netapi:customerprofile:1"
  targetNamespace="urn:oma:xml:rest:netapi:customerprofile:1" version="1.0">

  <xsd:annotation>
    <xsd:documentation>This schema defines the XML data types for the RESTful Network API for Customer Profile.
    </xsd:documentation>
  </xsd:annotation>

  <xsd:import namespace="urn:oma:xml:rest:netapi:common:1" 
       schemaLocation="http://www.openmobilealliance.org/tech/profiles/rest_netapi_common-v1_0.xsd"/>
  
  <xsd:complexType name="AttributeNameList">
    <xsd:sequence>
      <xsd:element name="attributeMetadata" type="AttributeMetadata" maxOccurs="unbounded" minOccurs="1"/>
      <xsd:element name="resourceURL" type="xsd:anyURI" maxOccurs="1" minOccurs="1"/>
    </xsd:sequence>
  </xsd:complexType>
  
  <xsd:element name="attributeNameList" type="AttributeNameList"/>

  <xsd:complexType name="AttributeMetadata">
    <xsd:sequence>
      <xsd:element name="attributeName" type="xsd:string" maxOccurs="1" minOccurs="1"/>
      <xsd:element name="profileName" type="xsd:string" maxOccurs="1" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
  
  <xsd:element name="attributeMetadata" type="AttributeMetadata"/>

  <xsd:complexType name="AttributeList">
    <xsd:sequence>
      <xsd:element name="attribute" type="Attribute" maxOccurs="unbounded" minOccurs="1"/>
      <xsd:element name="resourceURL" type="xsd:anyURI" maxOccurs="1" minOccurs="1"/>
    </xsd:sequence>
  </xsd:complexType>
  
  <xsd:element name="attributeList" type="AttributeList"/>

  <xsd:complexType name="Attribute">
    <xsd:sequence>
      <xsd:element name="name" type="xsd:string"/>
      <xsd:choice minOccurs="0" maxOccurs="1">
        <xsd:element name="value" type="xsd:string"/>
        <xsd:any namespace="##other" processContents="lax"/>
      </xsd:choice>
    </xsd:sequence>
  </xsd:complexType>
   
  <xsd:element name="attribute" type="Attribute"/>

</xsd:schema>
