\r
<!-- Object Location Information Group -->\r
\r
- <!-- FIXME Start of Current location repeatable group -->\r
- <xs:element name="currentLocation" type="xs:string"/>\r
- <xs:element name="currentLocationFitness" type="xs:string"/>\r
- <xs:element name="currentLocationNote" type="xs:string"/>\r
- <!-- FIXME End of Current location repeatable group -->\r
+ <xs:element name="currentLocationList" type="currentLocationList"/>\r
\r
<xs:element name="locationDate" type="xs:string"/>\r
<xs:element name="normalLocation" type="xs:string"/>\r
</xs:complexType>\r
</xs:element>\r
\r
+ <xs:complexType name="currentLocationList">\r
+ <xs:sequence>\r
+ <xs:element name="currentLocationGroup" type="currentLocationGroup" minOccurs="0" maxOccurs="unbounded"/>\r
+ </xs:sequence>\r
+ </xs:complexType>\r
+\r
+ <xs:complexType name="currentLocationGroup">\r
+ <xs:sequence>\r
+ <xs:element name="currentLocation" type="xs:string"/>\r
+ <xs:element name="currentLocationFitness" type="xs:string"/>\r
+ <xs:element name="currentLocationNote" type="xs:string"/>\r
+ </xs:sequence>\r
+ </xs:complexType>\r
+\r
</xs:schema>\r
<xs:element name="insurers" type="insurerList"/>
<!-- Object Location Information Group -->
- <xs:element name="currentLocation" type="xs:string"/>
- <xs:element name="currentLocationFitness" type="xs:string"/>
- <xs:element name="currentLocationNote" type="xs:string"/>
+ <xs:element name="currentLocationList" type="currentLocationList"/>
<xs:element name="locationDate" type="xs:string"/>
<xs:element name="normalLocation" type="xs:string"/>
</xs:sequence>
</xs:complexType>
+ <xs:complexType name="currentLocationList">
+ <xs:sequence>
+ <xs:element name="currentLocationGroup" type="currentLocationGroup" minOccurs="0" maxOccurs="unbounded"/>
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:complexType name="currentLocationGroup">
+ <xs:sequence>
+ <xs:element name="currentLocation" type="xs:string"/>
+ <xs:element name="currentLocationFitness" type="xs:string"/>
+ <xs:element name="currentLocationNote" type="xs:string"/>
+ </xs:sequence>
+ </xs:complexType>
+
<xs:complexType name="conditionCheckMethodList">
<xs:sequence>
<xs:element name="conditionCheckMethod" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>