1*7c568831SAndroid Build Coastguard Worker<?xml version="1.0"?> 2*7c568831SAndroid Build Coastguard Worker<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> 3*7c568831SAndroid Build Coastguard Worker <xs:complexType name="length3"> 4*7c568831SAndroid Build Coastguard Worker <xs:sequence> 5*7c568831SAndroid Build Coastguard Worker <xs:element name="size" type="xs:non-positive-integer"/> 6*7c568831SAndroid Build Coastguard Worker <xs:element name="unit" type="xs:NMTOKEN"/> 7*7c568831SAndroid Build Coastguard Worker </xs:sequence> 8*7c568831SAndroid Build Coastguard Worker </xs:complexType> 9*7c568831SAndroid Build Coastguard Worker <xs:element name="depth" type="length3"/> 10*7c568831SAndroid Build Coastguard Worker</xs:schema> 11