Alma/Archive/ArchiveRange
element IdentifierRange

Documentation
Entity that acts as a pool for unique IDs (UID).
archiveID: unique ID for the archive installation where the range was created. This archiveID becomes part of the UIDs.
isLocked: true if the range is retrieved from the archive; false if the range has been freshly created.
createdTimeStamp:
Properties
This component is not nillable.

Model
<IdentifierRange
  archiveID = xs:string
  createdTimeStamp = xs:string
  isLocked = xs:boolean>
(IdentifierRangeEntity, Range )
</IdentifierRange>


Nested Element Summary
ran:IdentifierRangeEntityTIdentifierRangeEntity
          
ran:RangeTRange
          

Attribute Summary
 xs:stringarchiveID
          
 xs:stringcreatedTimeStamp
          
 xs:booleanisLocked
          

Attribute Detail

archiveID

Type:
xs:string
Use:
required
Form:
unqualified

createdTimeStamp

Type:
xs:string
Use:
required
Form:
unqualified

isLocked

Type:
xs:boolean
Use:
required
Form:
unqualified

Source
<xs:element name="IdentifierRange" type="ran:IdentifierRange">
</xs:element>


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