<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by leonim (Die Schweizerische Post) -->
<xs:schema 
	targetNamespace="http://www.post.ch/ShipmentModelLibrary/v02" 
	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
	xmlns:sml="http://www.post.ch/ShipmentModelLibrary/v02" 
	elementFormDefault="unqualified" attributeFormDefault="unqualified">
	
	<xs:include schemaLocation="FileType.xsd"/>

	<xs:complexType name="ImageType">
		<xs:annotation>
			<xs:documentation>Comment describing your root element</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="sml:FileType">
				<xs:sequence>
					<xs:element name="angle" type="xs:string" minOccurs="0">
						<xs:annotation>
							<xs:documentation>The angle the image has been taken</xs:documentation>
						</xs:annotation>
					</xs:element>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>
