<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mic="urn:IEEE-1671:2009.01:MaintenanceInformationCollection" xmlns:mi="urn:IEEE-1671:2009.01:MaintenanceInformation" xmlns:c="urn:IEEE-1671:2009.03:Common" targetNamespace="urn:IEEE-1671:2009.01:MaintenanceInformationCollection" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.01">
	<xs:annotation>
		<xs:documentation xml:lang="en">

This schema is specified in IEEE Std 1671-20XX, "IEEE Standard
for Automatic Test Markup Language (ATML) for Exchanging Maintenance Information via XML."
 
This schema is a World Wide Web Consortium (W3C) Extensible 
Markup Language (XML) binding of the ATML MaintenanceInformationCollection component defined in IEEE
Std 1671-20XX,"IEEE Standard for Automatic Test Markup 
Language (ATML) for Exchanging Maintenance Information via XML."

The purpose of this schema is to allow the creation of IEEE Std 1671-20XX 
MaintenanceInformation instance documents.
This schema uses the W3C XML Schema definition
language as the encoding. This allows for interoperability and 
the exchange of ATML component instances between various systems.
This schema shall not be modified but may be included in 
derivative works. 

Copyright (c) 2009 Institute of Electrical and Electronics 
Engineers, Inc.

USE AT YOUR OWN RISK

</xs:documentation>
	</xs:annotation>
	<xs:import namespace="urn:IEEE-1671:2009.01:MaintenanceInformation" schemaLocation="MaintenanceInformation.xsd"/>
	<xs:import namespace="urn:IEEE-1671:2009.03:Common" schemaLocation="Common.xsd"/>
	<xs:element name="MaintenanceInformationCollection">
		<xs:annotation>
			<xs:documentation>The MaintenanceInformationCollection element shall be a container for a collection of maintenance information documents.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="MaintenanceInformation" type="mi:MaintenanceInformation">
					<xs:annotation>
						<xs:documentation>The MaintenanceInformation element shall be the container for all information entities utilized in the collection of information associated with actions required for the maintenance of a product at a specific level of maintenance or at a repair facility. </xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Extension" type="c:Extension" minOccurs="0">
					<xs:annotation>
						<xs:documentation>This element shall provide a specific extension point for use cases that require elements not provided in the basic structure.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>

