IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29074


Ignore:
Timestamp:
Aug 27, 2010, 3:29:30 PM (16 years ago)
Author:
rhenders
Message:

using hexBinary type for md5; survey and min/max ObjIDs not required for certain batches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/xmlschema/BatchManifest.xsd

    r29073 r29074  
    1010      <xs:attribute name="name" type="xs:string" use="required"/>
    1111      <xs:attribute name="bytes" type="xs:unsignedLong" use="required"/>
    12       <xs:attribute name="md5" type="xs:string" use="required"/>
     12      <xs:attribute name="md5" type="xs:hexBinary" use="required"/>
    1313     </xs:complexType>
    1414    </xs:element>
     
    1717   <xs:attribute name="name" type="xs:string" use="required"/>
    1818   <xs:attribute name="type" type="batchType" use="required"/>
    19    <xs:attribute name="survey" type="survey" use="required"/>
     19   <xs:attribute name="survey" type="survey" />
    2020   <xs:attribute name="timestamp" type="xs:string" use="required"/>
    21    <xs:attribute name="minObjId" type="xs:unsignedLong" use="required"/>
    22    <xs:attribute name="maxObjId" type="xs:unsignedLong" use="required"/>
     21   <xs:attribute name="minObjId" type="xs:unsignedLong" />
     22   <xs:attribute name="maxObjId" type="xs:unsignedLong" />
    2323  </xs:complexType>
    2424 </xs:element>
Note: See TracChangeset for help on using the changeset viewer.