Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

This is generic information that we need for describing blobs.
  <xs:complexType name="content">
    <xs:sequence>
                <xs:element name="encoding" type="xs:string" />
                <xs:element name="mimeType" type="xs:string" />
                <xs:element name="data" type="xs:string" />
                <xs:element name="name" type="xs:string" />
                <xs:element name="length" type="xs:string" />
                <xs:element name="digest" type="xs:string" />
                <xs:element name="dimensionGroupList" type="dimensionGroupList"/>
                <xs:element name="uri" type="xs:string" />
                <xs:element name="repositoryId" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
To see the most up-to-date XML Schema for Blobs, follow this link:

https://source.collectionspace.org/collection-space/src/services/trunk/services/jaxb/src/main/resources/blobs_common.xsd

  • No labels