<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="http://www.microsoft.com/networking/OneX/v1"
xmlns="http://www.microsoft.com/networking/OneX/v1"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified">
<xs:element name="cacheUserData" type="xs:boolean" minOccurs="0" />
<xs:element name="heldPeriod" minOccurs="0">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1" />
<xs:maxInclusive value="3600" />
<xs:element name="authPeriod" minOccurs="0">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1" />
<xs:maxInclusive value="3600" />
<xs:element name="startPeriod" minOccurs="0">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1" />
<xs:maxInclusive value="3600" />