Skip to content

Commit

Permalink
Changing Folder structure
Browse files Browse the repository at this point in the history
Changing Folder structure
  • Loading branch information
stewilliams-extr committed Nov 12, 2015
1 parent cd2190e commit 8912421
Show file tree
Hide file tree
Showing 225 changed files with 11,610 additions and 11,610 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3,580 changes: 1,790 additions & 1,790 deletions SDK/api/xos.wsdl → EXOS/SDK/api/xos.wsdl

Large diffs are not rendered by default.

1,008 changes: 504 additions & 504 deletions SDK/api/xsd/aaa.xsd → EXOS/SDK/api/xsd/aaa.xsd

Large diffs are not rendered by default.

1,632 changes: 816 additions & 816 deletions SDK/api/xsd/common.xsd → EXOS/SDK/api/xsd/common.xsd

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions SDK/api/xsd/dhcp.xsd → EXOS/SDK/api/xsd/dhcp.xsd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>

<!--THE INFORMATION AND SPECIFICATIONS IN THIS MANUAL REGARDING EXTREME NETWORKS DEVELOPER
KIT ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL
Expand All @@ -10,31 +10,31 @@ THE TIME THE DEVELOPER KIT IS PROVIDED TO YOU BY EXTREME NETWORKS. PLEASE CONTAC
NOT HAVE A COPY OF THE LICENSE TERMS. USE OF THE DEVELOPER KIT AND THIS MANUAL CONSTITUTES YOUR ACCEPTANCE
OF THE DEVELOPER KIT LICENSE TERMS.-->

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.extremenetworks.com/XMLSchema/xos/dhcp" xmlns:common="http://www.extremenetworks.com/XMLSchema/xos/common" xmlns:vlan="http://www.extremenetworks.com/XMLSchema/xos/vlan" xmlns:dhcp="http://www.extremenetworks.com/XMLSchema/xos/dhcp" xmlns:l2protocol="http://www.extremenetworks.com/XMLSchema/xos/l2protocol" targetNamespace="http://www.extremenetworks.com/XMLSchema/xos/dhcp" version="A.B.C.D">
<xsd:import namespace="http://www.extremenetworks.com/XMLSchema/xos/common" schemaLocation="./common.xsd"/>

<xsd:complexType name="DHCPOptions">
<xsd:sequence>
<xsd:element name="defaultGWIpAddress" type="common:IPAddress" minOccurs="0"/>
<xsd:element name="dnsServerIpAddress" type="common:IPAddress" minOccurs="0"/>
<xsd:element name="winServerIpAddress" type="common:IPAddress" minOccurs="0"/>
<xsd:element name="extension" type="common:ExtensionType" minOccurs="0"/>
<xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute ref="common:operation"/>
<xsd:anyAttribute namespace="##any" processContents="lax"/>
</xsd:complexType>

<xsd:complexType name="DHCPConfig">
<xsd:sequence>
<xsd:element name="startIpAddress" type="common:IPAddress" minOccurs="0"/>
<xsd:element name="endIpAddress" type="common:IPAddress" minOccurs="0"/>
<xsd:element name="leaseTime" type="common:uint32_t" minOccurs="0"/>
<xsd:element name="options" type="DHCPOptions" minOccurs="0"/>
<xsd:element name="extension" type="common:ExtensionType" minOccurs="0"/>
<xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute ref="common:operation"/>
<xsd:anyAttribute namespace="##any" processContents="lax"/>
</xsd:complexType>
</xsd:schema>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.extremenetworks.com/XMLSchema/xos/dhcp" xmlns:common="http://www.extremenetworks.com/XMLSchema/xos/common" xmlns:vlan="http://www.extremenetworks.com/XMLSchema/xos/vlan" xmlns:dhcp="http://www.extremenetworks.com/XMLSchema/xos/dhcp" xmlns:l2protocol="http://www.extremenetworks.com/XMLSchema/xos/l2protocol" targetNamespace="http://www.extremenetworks.com/XMLSchema/xos/dhcp" version="A.B.C.D">
<xsd:import namespace="http://www.extremenetworks.com/XMLSchema/xos/common" schemaLocation="./common.xsd"/>

<xsd:complexType name="DHCPOptions">
<xsd:sequence>
<xsd:element name="defaultGWIpAddress" type="common:IPAddress" minOccurs="0"/>
<xsd:element name="dnsServerIpAddress" type="common:IPAddress" minOccurs="0"/>
<xsd:element name="winServerIpAddress" type="common:IPAddress" minOccurs="0"/>
<xsd:element name="extension" type="common:ExtensionType" minOccurs="0"/>
<xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute ref="common:operation"/>
<xsd:anyAttribute namespace="##any" processContents="lax"/>
</xsd:complexType>

<xsd:complexType name="DHCPConfig">
<xsd:sequence>
<xsd:element name="startIpAddress" type="common:IPAddress" minOccurs="0"/>
<xsd:element name="endIpAddress" type="common:IPAddress" minOccurs="0"/>
<xsd:element name="leaseTime" type="common:uint32_t" minOccurs="0"/>
<xsd:element name="options" type="DHCPOptions" minOccurs="0"/>
<xsd:element name="extension" type="common:ExtensionType" minOccurs="0"/>
<xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute ref="common:operation"/>
<xsd:anyAttribute namespace="##any" processContents="lax"/>
</xsd:complexType>
</xsd:schema>
150 changes: 75 additions & 75 deletions SDK/api/xsd/ems.xsd → EXOS/SDK/api/xsd/ems.xsd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>

<!--THE INFORMATION AND SPECIFICATIONS IN THIS MANUAL REGARDING EXTREME NETWORKS DEVELOPER
KIT ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL
Expand All @@ -10,85 +10,85 @@ THE TIME THE DEVELOPER KIT IS PROVIDED TO YOU BY EXTREME NETWORKS. PLEASE CONTAC
NOT HAVE A COPY OF THE LICENSE TERMS. USE OF THE DEVELOPER KIT AND THIS MANUAL CONSTITUTES YOUR ACCEPTANCE
OF THE DEVELOPER KIT LICENSE TERMS.-->

<!--
*
* Copyright (c) Extreme Networks Inc. 2005,2006
* All rights reserved
*
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.extremenetworks.com/XMLSchema/xos/ems" xmlns:ems="http://www.extremenetworks.com/XMLSchema/xos/ems" xmlns:common="http://www.extremenetworks.com/XMLSchema/xos/common" xmlns:event="http://www.extremenetworks.com/XMLSchema/xos/event" targetNamespace="http://www.extremenetworks.com/XMLSchema/xos/ems" version="A.B.C.D">
<xsd:import namespace="http://www.extremenetworks.com/XMLSchema/xos/common" schemaLocation="./common.xsd"/>
<xsd:complexType name="AccessObject">
<xsd:choice>
<xsd:element name="emsEvent" type="ems:EmsEvent"/>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="EventParam">
<xsd:attribute name="name" type="xsd:string" use="optional"/>
</xsd:complexType>
<xsd:complexType name="EventParameters">
<xsd:sequence>
<xsd:element name="param0" type="EventParam" minOccurs="0"/>
<xsd:element name="param1" type="EventParam" minOccurs="0"/>
<xsd:element name="param2" type="EventParam" minOccurs="0"/>
<xsd:element name="param3" type="EventParam" minOccurs="0"/>
<xsd:element name="param4" type="EventParam" minOccurs="0"/>
<xsd:element name="param5" type="EventParam" minOccurs="0"/>
<xsd:element name="param6" type="EventParam" minOccurs="0"/>
<xsd:element name="param7" type="EventParam" minOccurs="0"/>
<xsd:element name="param8" type="EventParam" minOccurs="0"/>
<xsd:element name="param9" type="EventParam" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>

<xsd:complexType name="EmsEvent">
<xsd:annotation>
<!--
*
* Copyright (c) Extreme Networks Inc. 2005,2006
* All rights reserved
*
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.extremenetworks.com/XMLSchema/xos/ems" xmlns:ems="http://www.extremenetworks.com/XMLSchema/xos/ems" xmlns:common="http://www.extremenetworks.com/XMLSchema/xos/common" xmlns:event="http://www.extremenetworks.com/XMLSchema/xos/event" targetNamespace="http://www.extremenetworks.com/XMLSchema/xos/ems" version="A.B.C.D">
<xsd:import namespace="http://www.extremenetworks.com/XMLSchema/xos/common" schemaLocation="./common.xsd"/>
<xsd:complexType name="AccessObject">
<xsd:choice>
<xsd:element name="emsEvent" type="ems:EmsEvent"/>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="EventParam">
<xsd:attribute name="name" type="xsd:string" use="optional"/>
</xsd:complexType>
<xsd:complexType name="EventParameters">
<xsd:sequence>
<xsd:element name="param0" type="EventParam" minOccurs="0"/>
<xsd:element name="param1" type="EventParam" minOccurs="0"/>
<xsd:element name="param2" type="EventParam" minOccurs="0"/>
<xsd:element name="param3" type="EventParam" minOccurs="0"/>
<xsd:element name="param4" type="EventParam" minOccurs="0"/>
<xsd:element name="param5" type="EventParam" minOccurs="0"/>
<xsd:element name="param6" type="EventParam" minOccurs="0"/>
<xsd:element name="param7" type="EventParam" minOccurs="0"/>
<xsd:element name="param8" type="EventParam" minOccurs="0"/>
<xsd:element name="param9" type="EventParam" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>

<xsd:complexType name="EmsEvent">
<xsd:annotation>
<xsd:documentation>This is generic EXOS EMS Event object; Version : EXOS 12.4, Access : READ</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="common:ExosBase">
<xsd:sequence>
<xsd:element name="name" type="xsd:string" minOccurs="0">
<xsd:annotation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="common:ExosBase">
<xsd:sequence>
<xsd:element name="name" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Event Name; Version : EXOS 12.4, Access : READ</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="logDate" type="xsd:string" minOccurs="0">
<xsd:annotation>
</xsd:annotation>
</xsd:element>
<xsd:element name="logDate" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Event Log Data; Version : EXOS 12.4, Access : READ</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="logTime" type="xsd:string" minOccurs="0">
<xsd:annotation>
</xsd:annotation>
</xsd:element>
<xsd:element name="logTime" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Event Log Time; Version : EXOS 12.4, Access : READ</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="component" type="xsd:string" minOccurs="0">
<xsd:annotation>
</xsd:annotation>
</xsd:element>
<xsd:element name="component" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Event Component Name; Version : EXOS 12.4, Access : READ</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="severity" type="xsd:string" minOccurs="0">
<xsd:annotation>
</xsd:annotation>
</xsd:element>
<xsd:element name="severity" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Severity of the event; Version : EXOS 12.4, Access : READ</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="message" type="xsd:string" minOccurs="0">
<xsd:annotation>
</xsd:annotation>
</xsd:element>
<xsd:element name="message" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Severity of the event; Version : EXOS 12.4, Access : READ</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="parameters" type="EventParameters" minOccurs="0">
<xsd:annotation>
</xsd:annotation>
</xsd:element>
<xsd:element name="parameters" type="EventParameters" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Parameters of this event; Version : EXOS 12.4, Access : READ</xsd:documentation>
</xsd:annotation>
</xsd:element>

<xsd:element name="extension" type="common:ExtensionType" minOccurs="0"/>
<xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
</xsd:sequence>
<xsd:anyAttribute namespace="##any" processContents="lax"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>
</xsd:annotation>
</xsd:element>

<xsd:element name="extension" type="common:ExtensionType" minOccurs="0"/>
<xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
</xsd:sequence>
<xsd:anyAttribute namespace="##any" processContents="lax"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 8912421

Please sign in to comment.