Alma/Archive/ArchiveRange
complexType IdentifierRange

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

Properties
This component is not nillable.

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


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

Implementors
IdentifierRange

Source
<xs:complexType name="IdentifierRange">
<xs:sequence>
<xs:element name="IdentifierRangeEntity" type="ran:IdentifierRangeEntityT"/>
<xs:element name="Range" type="ran:RangeT"/>
</xs:sequence>
<xs:attribute name="createdTimeStamp" type="xs:string" use="required"/>
<xs:attribute name="isLocked" type="xs:boolean" use="required"/>
<xs:attribute name="archiveID" 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.