*
* @param testName the test name
* @param id the id
- * @param collectionObject the collection object
* @return the client response
*/
private ClientResponse<String> updateSend(String testName, String id,
// Add instances of fields from an extension schema
CollectionobjectsNaturalhistory conh = new CollectionobjectsNaturalhistory();
- conh.setNhString("test-string");
- conh.setNhInt(999);
- conh.setNhLong(9999);
+ // Laramie20110524 removed for build: conh.setNhString("test-string");
+ // Laramie20110524 removed for build: conh.setNhInt(999);
+ // Laramie20110524 removed for build: conh.setNhLong(9999);
PoxPayloadOut multipart = createCollectionObjectInstance(commonPartName, collectionObject, conh);
return multipart;
>
<!-- collection-object for museum of natural history -->
<xs:element name="collectionobjects_naturalhistory">
-
+ <xs:complexType>
+ <xs:sequence>
+
<!--
<xs:complexType>
<xs:sequence>
<xs:element name="fieldCollDepthGroupList" type="fieldCollDepthGroupList"/>
<xs:element name="associatedTaxaGroupList" type="associatedTaxaGroupList"/>
- <xs:complexType name="taxonomicIdentGroupList">
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+
+ <xs:complexType name="taxonomicIdentGroupList">
<xs:sequence>
<xs:element name="taxonomicIdentGroup" type="taxonomicIdentGroup" minOccurs="0"
maxOccurs="unbounded"/>
<xs:element name="interaction" type="xs:integer"/>
</xs:sequence>
</xs:complexType>
-
- </xs:element>
+
+
</xs:schema>