Alma/Archive/ArchiveRange
complexType RangeT

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{Alma/Archive/ArchiveRange}RangeT (restriction)

Documentation
Describes the values that a range can hold.
rangeID: the global (middle) part of the created UIDs.
Properties
This component is not nillable.

Model
<...
  rangeID = xs:string>
(BaseDocumentID, MaxDocumentID? )
</...>


Nested Element Summary
xs:stringBaseDocumentID
          A hex string that holds the minimum document id. 
xs:stringMaxDocumentID
          A hex string that holds the maximum document id, if it is not present then the range is effectively infinite. 

Attribute Summary
 xs:stringrangeID
          

Attribute Detail

rangeID

Type:
xs:string
Use:
required
Form:
unqualified

Local Usage
IdentifierRange

Source
<xs:complexType name="RangeT">
<xs:sequence>
<xs:element name="BaseDocumentID" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="MaxDocumentID" type="xs:string">
</xs:element>
</xs:sequence>
<xs:attribute name="rangeID" type="xs:string" use="required"/>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.