<?xml version="1.0" encoding="UTF-8"?>
<!--
    DMTF - Distributed Management Task Force, Inc. - http://www.dmtf.org
    
    Document number: DSP8049
    Date: 2012-10-10
    Version: 1.0.1
    Document status: DMTF Standard
    
    Title: Network Port Profile Schema Specification
    
    Document type: Specification (W3C XML Schema)
    Document language: E
    
    Abstract: This specification defines XML schema for network port profiles.  The network port profile is used for 
    communication of parameters between a virtualization platform and an external bridge. Configuration of the 
    virtual links between the embedded bridge within the virtualization platform and the external adjacent bridge 
    is stored in a configuration data base that can be used to establish the virtual link between the embedded 
    bridge in the virtualization platform and the adjacent bridge with a consistent and common configuration data.
    This network port profile may be included in an OVF package as well as used by network management applications.
	
    Contact group: tm-redundancy@dmtf.org

    Acknowledgements: DMTF acknowledges the contributions of the following individuals to this document:
	- Hemal Shah (Editor/Author, Broadcom Corporation)
	- John Parchem (Contributor, Microsoft Corporation)
	- Larry Lamers (Contributor, VMware)
	- Shishir Pardhikar (Contributor, Citrix)
	- John Crandall (Contributor, Brocade)
	- Mike Krause (Contributor, HP)
	- Pat Thaler (Contributor, Broadcom Corporation)

    
    Copyright (C) 2010, 2011, 2012, 2013 Distributed Management Task Force, Inc. (DMTF).  All rights reserved.
    DMTF is a not-for-profit association of industry members dedicated to promoting enterprise and
    systems management and interoperability.  Members and non-members may reproduce DMTF specifications
    and documents for uses consistent with this purpose, provided that correct attribution is given.  As
    DMTF specifications may be revised from time to time, the particular version and release date should
    always be noted.  Implementation of certain elements of this standard or proposed standard may be
    subject to third party patent rights, including provisional patent rights (herein "patent rights").
    DMTF makes no representations to users of the standard as to the existence of such rights, and is
    not responsible to recognize, disclose, or identify any or all such third party patent right, owners
    or claimants, nor for any incomplete or inaccurate identification or disclosure of such rights,
    owners or claimants.  DMTF shall have no liability to any party, in any manner or circumstance,
    under any legal theory whatsoever, for failure to recognize, disclose, or identify any such third
    party patent rights, or for such party's reliance on the standard or incorporation thereof in its
    product, protocols or testing procedures.  DMTF shall have no liability to any party implementing
    such standard, whether such implementation is foreseeable or not, nor to any patent owner or
    claimant, and shall have no liability or responsibility for costs or losses incurred if a standard
    is withdrawn or modified after publication, and shall be indemnified and held harmless by any party
    implementing the standard from any and all claims of infringement by a patent owner for such
    implementations.  For information about patents held by third-parties which have notified the DMTF
    that, in their opinion, such patent may relate to or impact implementations of DMTF standards, visit
    http://www.dmtf.org/about/policies/disclosures.php.
    
    Change log:
       2012-10-10: 1.0.1 errata release as DMTF Standard
-->
<xs:schema xmlns:nppns="http://schemas.dmtf.org/ovf/networkportprofile/1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cim="http://schemas.dmtf.org/wbem/wscim/1/common" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:epasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_EthernetPortAllocationSettingData" targetNamespace="http://schemas.dmtf.org/ovf/networkportprofile/1" elementFormDefault="qualified" attributeFormDefault="qualified">
	<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
	<xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/common" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/common.xsd"/>
	<xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData.xsd"/>
	<xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_EthernetPortAllocationSettingData" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_EthernetPortAllocationSettingData.xsd"/>
	<xs:attribute name="required" type="xs:boolean" default="false">
		<xs:annotation>
			<xs:documentation>Determines whether import should fail if the element is not understood.</xs:documentation>
		</xs:annotation>
	</xs:attribute>
	<xs:element name="NetworkPortProfile">
		<xs:annotation>
			<xs:documentation>Root element of Network Port Profile </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Item" type="epasd:CIM_EthernetPortAllocationSettingData_Type" minOccurs="0" maxOccurs="unbounded"/>
				<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
