XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace None
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema elementFormDefault="qualified">
...
</xs:schema>
top

Global Declarations

Element: aDate

Name aDate
Type xs:date
Nillable no
Abstract no
Diagram
XML Instance Representation
<aDate> xs:date </aDate>
Schema Component Representation
<xs:element name="aDate" type="xs:date"/>
top

Element: AddonCard

Name AddonCard
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<AddonCard> xs:string </AddonCard>
Schema Component Representation
<xs:element name="AddonCard" type="xs:string"/>
top

Element: alive

Name alive
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<alive> xs:string </alive>
Schema Component Representation
<xs:element name="alive" type="xs:string"/>
top

Element: Allocated

Name Allocated
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Allocated>
<typeNcfs> ... </typeNcfs> [1]
<revision> ... </revision> [1]
<upTime> ... </upTime> [1]
<ip> ... </ip> [1]
<File> ... </File> [1]
</Allocated>
Schema Component Representation
<xs:element name="Allocated">
<xs:complexType>
<xs:sequence>
<xs:element ref="typeNcfs"/>
<xs:element ref="revision"/>
<xs:element ref="upTime"/>
<xs:element ref="ip"/>
<xs:element ref="File"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: allocatedSpace

Name allocatedSpace
Type xs:long
Nillable no
Abstract no
Diagram
XML Instance Representation
<allocatedSpace> xs:long </allocatedSpace>
Schema Component Representation
<xs:element name="allocatedSpace" type="xs:long"/>
top

Element: Application

Name Application
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Application>
<name> ... </name> [1]
<manufacturer> ... </manufacturer> [1]
<version> ... </version> [1]
<logicalLocation> ... </logicalLocation> [1]
</Application>
Schema Component Representation
<xs:element name="Application">
<xs:complexType>
<xs:sequence>
<xs:element ref="name"/>
<xs:element ref="manufacturer"/>
<xs:element ref="version"/>
<xs:element ref="logicalLocation"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: applicationAssociation

Name applicationAssociation
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<applicationAssociation> xs:string </applicationAssociation>
Schema Component Representation
<xs:element name="applicationAssociation" type="xs:string"/>
top

Element: aTime

Name aTime
Type xs:time
Nillable no
Abstract no
Diagram
XML Instance Representation
<aTime> xs:time </aTime>
Schema Component Representation
<xs:element name="aTime" type="xs:time"/>
top

Element: attached

Name attached
Type xs:boolean
Nillable no
Abstract no
Diagram
XML Instance Representation
<attached> xs:boolean </attached>
Schema Component Representation
<xs:element name="attached" type="xs:boolean"/>
top

Element: attribute

Name attribute
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<attribute> xs:string </attribute>
Schema Component Representation
<xs:element name="attribute" type="xs:string"/>
top

Element: bookmarkPath

Name bookmarkPath
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<bookmarkPath> xs:string </bookmarkPath>
Schema Component Representation
<xs:element name="bookmarkPath" type="xs:string"/>
top

Element: bookmarkSector

Name bookmarkSector
Type xs:long
Nillable no
Abstract no
Diagram
XML Instance Representation
<bookmarkSector> xs:long </bookmarkSector>
Schema Component Representation
<xs:element name="bookmarkSector" type="xs:long"/>
top

Element: bookmarkStart

Name bookmarkStart
Type xs:long
Nillable no
Abstract no
Diagram
XML Instance Representation
<bookmarkStart> xs:long </bookmarkStart>
Schema Component Representation
<xs:element name="bookmarkStart" type="xs:long"/>
top

Element: bookmarkType

Name bookmarkType
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<bookmarkType> xs:string </bookmarkType>
Schema Component Representation
<xs:element name="bookmarkType" type="xs:string"/>
top

Element: cDate

Name cDate
Type xs:date
Nillable no
Abstract no
Diagram
XML Instance Representation
<cDate> xs:date </cDate>
Schema Component Representation
<xs:element name="cDate" type="xs:date"/>
top

Element: clientServer

Name clientServer
Type xs:boolean
Nillable no
Abstract no
Diagram
XML Instance Representation
<clientServer> xs:boolean </clientServer>
Schema Component Representation
<xs:element name="clientServer" type="xs:boolean"/>
top

Element: codePage

Name codePage
Type xs:short
Nillable no
Abstract no
Diagram
XML Instance Representation
<codePage> xs:short </codePage>
Schema Component Representation
<xs:element name="codePage" type="xs:short"/>
top

Element: CompactFlash

Name CompactFlash
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<CompactFlash>
<readOnly> ... </readOnly> [1]
<geometry> ... </geometry> [1]
<partitionCount> ... </partitionCount> [1]
</CompactFlash>
Schema Component Representation
<xs:element name="CompactFlash">
<xs:complexType>
<xs:sequence>
<xs:element ref="readOnly"/>
<xs:element ref="geometry"/>
<xs:element ref="partitionCount"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: ComponentNcfs

Name ComponentNcfs
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<ComponentNcfs>
<manufacturer> ... </manufacturer> [1]
<manufactDate> ... </manufactDate> [1]
<examinerComments> ... </examinerComments> [1]
<userTags> ... </userTags> [1]
<serialNum> ... </serialNum> [1]
<productNum> ... </productNum> [1]
<Peripherals> ... </Peripherals> [1]
<Storage> ... </Storage> [1]
<NetworkCard> ... </NetworkCard> [1]
<AddonCard> ... </AddonCard> [1]
<Application> ... </Application> [1]
<NetworkConnection> ... </NetworkConnection> [1]
<OS> ... </OS> [1]
</ComponentNcfs>
Schema Component Representation
<xs:element name="ComponentNcfs">
<xs:complexType>
<xs:sequence>
<xs:element ref="manufacturer"/>
<xs:element ref="manufactDate"/>
<xs:element ref="examinerComments"/>
<xs:element ref="userTags"/>
<xs:element ref="serialNum"/>
<xs:element ref="productNum"/>
<xs:element ref="Peripherals"/>
<xs:element ref="Storage"/>
<xs:element ref="NetworkCard"/>
<xs:element ref="AddonCard"/>
<xs:element ref="Application"/>
<xs:element ref="NetworkConnection"/>
<xs:element ref="OS"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: configured

Name configured
Type xs:boolean
Nillable no
Abstract no
Diagram
XML Instance Representation
<configured> xs:boolean </configured>
Schema Component Representation
<xs:element name="configured" type="xs:boolean"/>
top

Element: cpu

Name cpu
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<cpu> xs:string </cpu>
Schema Component Representation
<xs:element name="cpu" type="xs:string"/>
top

Element: cTime

Name cTime
Type xs:time
Nillable no
Abstract no
Diagram
XML Instance Representation
<cTime> xs:time </cTime>
Schema Component Representation
<xs:element name="cTime" type="xs:time"/>
top

Element: deleted

Name deleted
Type xs:boolean
Nillable no
Abstract no
Diagram
XML Instance Representation
<deleted> xs:boolean </deleted>
Schema Component Representation
<xs:element name="deleted" type="xs:boolean"/>
top

Element: description

Name description
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<description> xs:string </description>
Schema Component Representation
<xs:element name="description" type="xs:string"/>
top

Element: DigitalArtifact

Name DigitalArtifact
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<DigitalArtifact>
<typeNcfs> ... </typeNcfs> [1]
<revision> ... </revision> [1]
<upTime> ... </upTime> [1]
<ip> ... </ip> [1]
<VirtualSystem> ... </VirtualSystem> [1]
<Allocated> ... </Allocated> [1]
<Unallocated> ... </Unallocated> [1]
<Slack> ... </Slack> [1]
</DigitalArtifact>
Schema Component Representation
<xs:element name="DigitalArtifact">
<xs:complexType>
<xs:sequence>
<xs:element ref="typeNcfs"/>
<xs:element ref="revision"/>
<xs:element ref="upTime"/>
<xs:element ref="ip"/>
<xs:element ref="VirtualSystem"/>
<xs:element ref="Allocated"/>
<xs:element ref="Unallocated"/>
<xs:element ref="Slack"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: entryModified

Name entryModified
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<entryModified> xs:string </entryModified>
Schema Component Representation
<xs:element name="entryModified" type="xs:string"/>
top

Element: entrySelected

Name entrySelected
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<entrySelected> xs:string </entrySelected>
Schema Component Representation
<xs:element name="entrySelected" type="xs:string"/>
top

Element: evidenceFile

Name evidenceFile
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<evidenceFile> xs:string </evidenceFile>
Schema Component Representation
<xs:element name="evidenceFile" type="xs:string"/>
top

Element: examinerComments

Name examinerComments
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<examinerComments> xs:string </examinerComments>
Schema Component Representation
<xs:element name="examinerComments" type="xs:string"/>
top

Element: ExternalDrive

Name ExternalDrive
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<ExternalDrive>
<attached> ... </attached> [1]
<configured> ... </configured> [1]
<powered> ... </powered> [1]
</ExternalDrive>
Schema Component Representation
<xs:element name="ExternalDrive">
<xs:complexType>
<xs:sequence>
<xs:element ref="attached"/>
<xs:element ref="configured"/>
<xs:element ref="powered"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: File

Name File
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<File>
<filename> ... </filename> [1]
<startSector> ... </startSector> [1]
<cDate> ... </cDate> [1]
<cTime> ... </cTime> [1]
<mDate> ... </mDate> [1]
<mTime> ... </mTime> [1]
<aDate> ... </aDate> [1]
<aTime> ... </aTime> [1]
<logicalLocation> ... </logicalLocation> [1]
<applicationAssociation> ... </applicationAssociation> [1]
<deleted> ... </deleted> [1]
<attribute> ... </attribute> [1]
<examinerComments> ... </examinerComments> [1]
<bookmarkType> ... </bookmarkType> [1]
<preview> ... </preview> [1]
<pageBreak> ... </pageBreak> [1]
<showPicture> ... </showPicture> [1]
<entrySelected> ... </entrySelected> [1]
<fileOffset> ... </fileOffset> [1]
<length> ... </length> [1]
<name> ... </name> [1]
<filter> ... </filter> [1]
<inReport> ... </inReport> [1]
<fileExtExe> ... </fileExtExe> [1]
<fileType> ... </fileType> [1]
<fileCategory> ... </fileCategory> [1]
<signature> ... </signature> [1]
<description> ... </description> [1]
<isDeleted> ... </isDeleted> [1]
<lastAccessed> ... </lastAccessed> [1]
<fileCreated> ... </fileCreated> [1]
<lastWritten> ... </lastWritten> [1]
<entryModified> ... </entryModified> [1]
<fileDeleted> ... </fileDeleted> [1]
<fileAquired> ... </fileAquired> [1]
<logicalSize> ... </logicalSize> [1]
<initializedSize> ... </initializedSize> [1]
<startingExtent> ... </startingExtent> [1]
<fileExtents> ... </fileExtents> [1]
<permissions> ... </permissions> [1]
<references> ... </references> [1]
<physicalLocation> ... </physicalLocation> [1]
<physicalSector> ... </physicalSector> [1]
<evidenceFile> ... </evidenceFile> [1]
<fileIdentifier> ... </fileIdentifier> [1]
<codePage> ... </codePage> [1]
<hashValue> ... </hashValue> [1]
<hashSet> ... </hashSet> [1]
<hashCategory> ... </hashCategory> [1]
<fullPath> ... </fullPath> [1]
<shortName> ... </shortName> [1]
<uniqueName> ... </uniqueName> [1]
<symbolicLink> ... </symbolicLink> [1]
<isDuplicate> ... </isDuplicate> [1]
<isInternal> ... </isInternal> [1]
<isOverwritten> ... </isOverwritten> [1]
<bookmarkPath> ... </bookmarkPath> [1]
<bookmarkStart> ... </bookmarkStart> [1]
<bookmarkSector> ... </bookmarkSector> [1]
<notable> ... </notable> [1]
</File>
Schema Component Representation
<xs:element name="File">
<xs:complexType>
<xs:sequence>
<xs:element ref="filename"/>
<xs:element ref="startSector"/>
<xs:element ref="cDate"/>
<xs:element ref="cTime"/>
<xs:element ref="mDate"/>
<xs:element ref="mTime"/>
<xs:element ref="aDate"/>
<xs:element ref="aTime"/>
<xs:element ref="logicalLocation"/>
<xs:element ref="applicationAssociation"/>
<xs:element ref="deleted"/>
<xs:element ref="attribute"/>
<xs:element ref="examinerComments"/>
<xs:element ref="bookmarkType"/>
<xs:element ref="preview"/>
<xs:element ref="pageBreak"/>
<xs:element ref="showPicture"/>
<xs:element ref="entrySelected"/>
<xs:element ref="fileOffset"/>
<xs:element ref="length"/>
<xs:element ref="name"/>
<xs:element ref="filter"/>
<xs:element ref="inReport"/>
<xs:element ref="fileExtExe"/>
<xs:element ref="fileType"/>
<xs:element ref="fileCategory"/>
<xs:element ref="signature"/>
<xs:element ref="description"/>
<xs:element ref="isDeleted"/>
<xs:element ref="lastAccessed"/>
<xs:element ref="fileCreated"/>
<xs:element ref="lastWritten"/>
<xs:element ref="entryModified"/>
<xs:element ref="fileDeleted"/>
<xs:element ref="fileAquired"/>
<xs:element ref="logicalSize"/>
<xs:element ref="initializedSize"/>
<xs:element ref="startingExtent"/>
<xs:element ref="fileExtents"/>
<xs:element ref="permissions"/>
<xs:element ref="references"/>
<xs:element ref="physicalLocation"/>
<xs:element ref="physicalSector"/>
<xs:element ref="evidenceFile"/>
<xs:element ref="fileIdentifier"/>
<xs:element ref="codePage"/>
<xs:element ref="hashValue"/>
<xs:element ref="hashSet"/>
<xs:element ref="hashCategory"/>
<xs:element ref="fullPath"/>
<xs:element ref="shortName"/>
<xs:element ref="uniqueName"/>
<xs:element ref="symbolicLink"/>
<xs:element ref="isDuplicate"/>
<xs:element ref="isInternal"/>
<xs:element ref="isOverwritten"/>
<xs:element ref="bookmarkPath"/>
<xs:element ref="bookmarkStart"/>
<xs:element ref="bookmarkSector"/>
<xs:element ref="notable"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: fileAquired

Name fileAquired
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<fileAquired> xs:string </fileAquired>
Schema Component Representation
<xs:element name="fileAquired" type="xs:string"/>
top

Element: fileCategory

Name fileCategory
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<fileCategory> xs:string </fileCategory>
Schema Component Representation
<xs:element name="fileCategory" type="xs:string"/>
top

Element: fileCreated

Name fileCreated
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<fileCreated> xs:string </fileCreated>
Schema Component Representation
<xs:element name="fileCreated" type="xs:string"/>
top

Element: fileDeleted

Name fileDeleted
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<fileDeleted> xs:string </fileDeleted>
Schema Component Representation
<xs:element name="fileDeleted" type="xs:string"/>
top

Element: fileExtents

Name fileExtents
Type xs:short
Nillable no
Abstract no
Diagram
XML Instance Representation
<fileExtents> xs:short </fileExtents>
Schema Component Representation
<xs:element name="fileExtents" type="xs:short"/>
top

Element: fileExtExe

Name fileExtExe
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<fileExtExe> xs:string </fileExtExe>
Schema Component Representation
<xs:element name="fileExtExe" type="xs:string"/>
top

Element: fileIdentifier

Name fileIdentifier
Type xs:int
Nillable no
Abstract no
Diagram
XML Instance Representation
<fileIdentifier> xs:int </fileIdentifier>
Schema Component Representation
<xs:element name="fileIdentifier" type="xs:int"/>
top

Element: filename

Name filename
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<filename> xs:string </filename>
Schema Component Representation
<xs:element name="filename" type="xs:string"/>
top

Element: fileOffset

Name fileOffset
Type xs:short
Nillable no
Abstract no
Diagram
XML Instance Representation
<fileOffset> xs:short </fileOffset>
Schema Component Representation
<xs:element name="fileOffset" type="xs:short"/>
top

Element: FileSlack

Name FileSlack
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<FileSlack>
<typeNcfs> ... </typeNcfs> [1]
<revision> ... </revision> [1]
<upTime> ... </upTime> [1]
<ip> ... </ip> [1]
</FileSlack>
Schema Component Representation
<xs:element name="FileSlack">
<xs:complexType>
<xs:sequence>
<xs:element ref="typeNcfs"/>
<xs:element ref="revision"/>
<xs:element ref="upTime"/>
<xs:element ref="ip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: fileSystem

Name fileSystem
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<fileSystem> xs:string </fileSystem>
Schema Component Representation
<xs:element name="fileSystem" type="xs:string"/>
top

Element: fileType

Name fileType
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<fileType> xs:string </fileType>
Schema Component Representation
<xs:element name="fileType" type="xs:string"/>
top

Element: filter

Name filter
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<filter> xs:string </filter>
Schema Component Representation
<xs:element name="filter" type="xs:string"/>
top

Element: FloppyDrive

Name FloppyDrive
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<FloppyDrive>
<geometry> ... </geometry> [1]
<partitionCount> ... </partitionCount> [1]
</FloppyDrive>
Schema Component Representation
<xs:element name="FloppyDrive">
<xs:complexType>
<xs:sequence>
<xs:element ref="geometry"/>
<xs:element ref="partitionCount"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: fullPath

Name fullPath
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<fullPath> xs:string </fullPath>
Schema Component Representation
<xs:element name="fullPath" type="xs:string"/>
top

Element: genLocation

Name genLocation
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<genLocation> xs:string </genLocation>
Schema Component Representation
<xs:element name="genLocation" type="xs:string"/>
top

Element: geometry

Name geometry
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<geometry> xs:string </geometry>
Schema Component Representation
<xs:element name="geometry" type="xs:string"/>
top

Element: HardDisk

Name HardDisk
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<HardDisk>
<geometry> ... </geometry> [1]
<partitionCount> ... </partitionCount> [1]
</HardDisk>
Schema Component Representation
<xs:element name="HardDisk">
<xs:complexType>
<xs:sequence>
<xs:element ref="geometry"/>
<xs:element ref="partitionCount"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: hashCategory

Name hashCategory
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<hashCategory> xs:string </hashCategory>
Schema Component Representation
<xs:element name="hashCategory" type="xs:string"/>
top

Element: hashSet

Name hashSet
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<hashSet> xs:string </hashSet>
Schema Component Representation
<xs:element name="hashSet" type="xs:string"/>
top

Element: hashValue

Name hashValue
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<hashValue> xs:string </hashValue>
Schema Component Representation
<xs:element name="hashValue" type="xs:string"/>
top

Element: initializedSize

Name initializedSize
Type xs:long
Nillable no
Abstract no
Diagram
XML Instance Representation
<initializedSize> xs:long </initializedSize>
Schema Component Representation
<xs:element name="initializedSize" type="xs:long"/>
top

Element: inReport

Name inReport
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<inReport> xs:string </inReport>
Schema Component Representation
<xs:element name="inReport" type="xs:string"/>
top

Element: integrated

Name integrated
Type xs:boolean
Nillable no
Abstract no
Diagram
XML Instance Representation
<integrated> xs:boolean </integrated>
Schema Component Representation
<xs:element name="integrated" type="xs:boolean"/>
top

Element: ip

Name ip
Type xs:long
Nillable no
Abstract no
Diagram
XML Instance Representation
<ip> xs:long </ip>
Schema Component Representation
<xs:element name="ip" type="xs:long"/>
top

Element: isDeleted

Name isDeleted
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<isDeleted> xs:string </isDeleted>
Schema Component Representation
<xs:element name="isDeleted" type="xs:string"/>
top

Element: isDuplicate

Name isDuplicate
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<isDuplicate> xs:string </isDuplicate>
Schema Component Representation
<xs:element name="isDuplicate" type="xs:string"/>
top

Element: isInternal

Name isInternal
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<isInternal> xs:string </isInternal>
Schema Component Representation
<xs:element name="isInternal" type="xs:string"/>
top

Element: isOverwritten

Name isOverwritten
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<isOverwritten> xs:string </isOverwritten>
Schema Component Representation
<xs:element name="isOverwritten" type="xs:string"/>
top

Element: KeyBoard

Name KeyBoard
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<KeyBoard>
<attached> ... </attached> [1]
<configured> ... </configured> [1]
<powered> ... </powered> [1]
</KeyBoard>
Schema Component Representation
<xs:element name="KeyBoard">
<xs:complexType>
<xs:sequence>
<xs:element ref="attached"/>
<xs:element ref="configured"/>
<xs:element ref="powered"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: KeyLogger

Name KeyLogger
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<KeyLogger>
<attached> ... </attached> [1]
<configured> ... </configured> [1]
<powered> ... </powered> [1]
</KeyLogger>
Schema Component Representation
<xs:element name="KeyLogger">
<xs:complexType>
<xs:sequence>
<xs:element ref="attached"/>
<xs:element ref="configured"/>
<xs:element ref="powered"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: lastAccessed

Name lastAccessed
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<lastAccessed> xs:string </lastAccessed>
Schema Component Representation
<xs:element name="lastAccessed" type="xs:string"/>
top

Element: lastWritten

Name lastWritten
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<lastWritten> xs:string </lastWritten>
Schema Component Representation
<xs:element name="lastWritten" type="xs:string"/>
top

Element: length

Name length
Type xs:int
Nillable no
Abstract no
Diagram
XML Instance Representation
<length> xs:int </length>
Schema Component Representation
<xs:element name="length" type="xs:int"/>
top

Element: logicalLocation

Name logicalLocation
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<logicalLocation> xs:string </logicalLocation>
Schema Component Representation
<xs:element name="logicalLocation" type="xs:string"/>
top

Element: logicalSize

Name logicalSize
Type xs:long
Nillable no
Abstract no
Diagram
XML Instance Representation
<logicalSize> xs:long </logicalSize>
Schema Component Representation
<xs:element name="logicalSize" type="xs:long"/>
top

Element: mac

Name mac
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<mac> xs:string </mac>
Schema Component Representation
<xs:element name="mac" type="xs:string"/>
top

Element: Magnetic

Name Magnetic
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Magnetic>
<geometry> ... </geometry> [1]
<partitionCount> ... </partitionCount> [1]
<OpticalDrive> ... </OpticalDrive> [1]
<HardDisk> ... </HardDisk> [1]
<FloppyDrive> ... </FloppyDrive> [1]
<ZipDrive> ... </ZipDrive> [1]
<TapeDrive> ... </TapeDrive> [1]
<OtherMagnetic> ... </OtherMagnetic> [1]
</Magnetic>
Schema Component Representation
<xs:element name="Magnetic">
<xs:complexType>
<xs:sequence>
<xs:element ref="geometry"/>
<xs:element ref="partitionCount"/>
<xs:element ref="OpticalDrive"/>
<xs:element ref="HardDisk"/>
<xs:element ref="FloppyDrive"/>
<xs:element ref="ZipDrive"/>
<xs:element ref="TapeDrive"/>
<xs:element ref="OtherMagnetic"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: manufactDate

Name manufactDate
Type xs:date
Nillable no
Abstract no
Diagram
XML Instance Representation
<manufactDate> xs:date </manufactDate>
Schema Component Representation
<xs:element name="manufactDate" type="xs:date"/>
top

Element: manufacturer

Name manufacturer
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<manufacturer> xs:string </manufacturer>
Schema Component Representation
<xs:element name="manufacturer" type="xs:string"/>
top

Element: mDate

Name mDate
Type xs:date
Nillable no
Abstract no
Diagram
XML Instance Representation
<mDate> xs:date </mDate>
Schema Component Representation
<xs:element name="mDate" type="xs:date"/>
top

Element: Modem

Name Modem
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Modem>
<attached> ... </attached> [1]
<configured> ... </configured> [1]
<powered> ... </powered> [1]
</Modem>
Schema Component Representation
<xs:element name="Modem">
<xs:complexType>
<xs:sequence>
<xs:element ref="attached"/>
<xs:element ref="configured"/>
<xs:element ref="powered"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Monitor

Name Monitor
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Monitor>
<attached> ... </attached> [1]
<configured> ... </configured> [1]
<powered> ... </powered> [1]
</Monitor>
Schema Component Representation
<xs:element name="Monitor">
<xs:complexType>
<xs:sequence>
<xs:element ref="attached"/>
<xs:element ref="configured"/>
<xs:element ref="powered"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Mouse

Name Mouse
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Mouse>
<attached> ... </attached> [1]
<configured> ... </configured> [1]
<powered> ... </powered> [1]
</Mouse>
Schema Component Representation
<xs:element name="Mouse">
<xs:complexType>
<xs:sequence>
<xs:element ref="attached"/>
<xs:element ref="configured"/>
<xs:element ref="powered"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: mTime

Name mTime
Type xs:time
Nillable no
Abstract no
Diagram
XML Instance Representation
<mTime> xs:time </mTime>
Schema Component Representation
<xs:element name="mTime" type="xs:time"/>
top

Element: name

Name name
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<name> xs:string </name>
Schema Component Representation
<xs:element name="name" type="xs:string"/>
top

Element: NetworkCard

Name NetworkCard
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<NetworkCard>
<mac> ... </mac> [1]
<typeNcfs> ... </typeNcfs> [1]
</NetworkCard>
Schema Component Representation
<xs:element name="NetworkCard">
<xs:complexType>
<xs:sequence>
<xs:element ref="mac"/>
<xs:element ref="typeNcfs"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: NetworkConnection

Name NetworkConnection
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<NetworkConnection>
<clientServer> ... </clientServer> [1]
<ip> ... </ip> [1]
<state> ... </state> [1]
<alive> ... </alive> [1]
</NetworkConnection>
Schema Component Representation
<xs:element name="NetworkConnection">
<xs:complexType>
<xs:sequence>
<xs:element ref="clientServer"/>
<xs:element ref="ip"/>
<xs:element ref="state"/>
<xs:element ref="alive"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: notable

Name notable
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<notable> xs:string </notable>
Schema Component Representation
<xs:element name="notable" type="xs:string"/>
top

Element: numInternalDrives

Name numInternalDrives
Type xs:short
Nillable no
Abstract no
Diagram
XML Instance Representation
<numInternalDrives> xs:short </numInternalDrives>
Schema Component Representation
<xs:element name="numInternalDrives" type="xs:short"/>
top

Element: OpticalDrive

Name OpticalDrive
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<OpticalDrive>
<geometry> ... </geometry> [1]
<partitionCount> ... </partitionCount> [1]
</OpticalDrive>
Schema Component Representation
<xs:element name="OpticalDrive">
<xs:complexType>
<xs:sequence>
<xs:element ref="geometry"/>
<xs:element ref="partitionCount"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: OS

Name OS
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<OS>
<typeNcfs> ... </typeNcfs> [1]
<revision> ... </revision> [1]
<upTime> ... </upTime> [1]
<ip> ... </ip> [1]
<DigitalArtifact> ... </DigitalArtifact> [1]
</OS>
Schema Component Representation
<xs:element name="OS">
<xs:complexType>
<xs:sequence>
<xs:element ref="typeNcfs"/>
<xs:element ref="revision"/>
<xs:element ref="upTime"/>
<xs:element ref="ip"/>
<xs:element ref="DigitalArtifact"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: OtherMagnetic

Name OtherMagnetic
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<OtherMagnetic>
<geometry> ... </geometry> [1]
<partitionCount> ... </partitionCount> [1]
</OtherMagnetic>
Schema Component Representation
<xs:element name="OtherMagnetic">
<xs:complexType>
<xs:sequence>
<xs:element ref="geometry"/>
<xs:element ref="partitionCount"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: pageBreak

Name pageBreak
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<pageBreak> xs:string </pageBreak>
Schema Component Representation
<xs:element name="pageBreak" type="xs:string"/>
top

Element: Partition

Name Partition
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Partition>
<size> ... </size> [1]
<fileSystem> ... </fileSystem> [1]
<allocatedSpace> ... </allocatedSpace> [1]
<unallocatedSpace> ... </unallocatedSpace> [1]
</Partition>
Schema Component Representation
<xs:element name="Partition">
<xs:complexType>
<xs:sequence>
<xs:element ref="size"/>
<xs:element ref="fileSystem"/>
<xs:element ref="allocatedSpace"/>
<xs:element ref="unallocatedSpace"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: partitionCount

Name partitionCount
Type xs:short
Nillable no
Abstract no
Diagram
XML Instance Representation
<partitionCount> xs:short </partitionCount>
Schema Component Representation
<xs:element name="partitionCount" type="xs:short"/>
top

Element: Peripherals

Name Peripherals
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Peripherals>
<attached> ... </attached> [1]
<configured> ... </configured> [1]
<powered> ... </powered> [1]
<KeyLogger> ... </KeyLogger> [1]
<KeyBoard> ... </KeyBoard> [1]
<Printer> ... </Printer> [1]
<Mouse> ... </Mouse> [1]
<Speakers> ... </Speakers> [1]
<Monitor> ... </Monitor> [1]
<Modem> ... </Modem> [1]
<ExternalDrive> ... </ExternalDrive> [1]
</Peripherals>
Schema Component Representation
<xs:element name="Peripherals">
<xs:complexType>
<xs:sequence>
<xs:element ref="attached"/>
<xs:element ref="configured"/>
<xs:element ref="powered"/>
<xs:element ref="KeyLogger"/>
<xs:element ref="KeyBoard"/>
<xs:element ref="Printer"/>
<xs:element ref="Mouse"/>
<xs:element ref="Speakers"/>
<xs:element ref="Monitor"/>
<xs:element ref="Modem"/>
<xs:element ref="ExternalDrive"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: permissions

Name permissions
Type xs:short
Nillable no
Abstract no
Diagram
XML Instance Representation
<permissions> xs:short </permissions>
Schema Component Representation
<xs:element name="permissions" type="xs:short"/>
top

Element: physicalLocation

Name physicalLocation
Type xs:long
Nillable no
Abstract no
Diagram
XML Instance Representation
<physicalLocation> xs:long </physicalLocation>
Schema Component Representation
<xs:element name="physicalLocation" type="xs:long"/>
top

Element: physicalSector

Name physicalSector
Type xs:long
Nillable no
Abstract no
Diagram
XML Instance Representation
<physicalSector> xs:long </physicalSector>
Schema Component Representation
<xs:element name="physicalSector" type="xs:long"/>
top

Element: powered

Name powered
Type xs:boolean
Nillable no
Abstract no
Diagram
XML Instance Representation
<powered> xs:boolean </powered>
Schema Component Representation
<xs:element name="powered" type="xs:boolean"/>
top

Element: preview

Name preview
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<preview> xs:string </preview>
Schema Component Representation
<xs:element name="preview" type="xs:string"/>
top

Element: Printer

Name Printer
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Printer>
<attached> ... </attached> [1]
<configured> ... </configured> [1]
<powered> ... </powered> [1]
</Printer>
Schema Component Representation
<xs:element name="Printer">
<xs:complexType>
<xs:sequence>
<xs:element ref="attached"/>
<xs:element ref="configured"/>
<xs:element ref="powered"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: productNum

Name productNum
Type xs:long
Nillable no
Abstract no
Diagram
XML Instance Representation
<productNum> xs:long </productNum>
Schema Component Representation
<xs:element name="productNum" type="xs:long"/>
top

Element: ram

Name ram
Type xs:long
Nillable no
Abstract no
Diagram
XML Instance Representation
<ram> xs:long </ram>
Schema Component Representation
<xs:element name="ram" type="xs:long"/>
top

Element: RamSlack

Name RamSlack
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<RamSlack>
<typeNcfs> ... </typeNcfs> [1]
<revision> ... </revision> [1]
<upTime> ... </upTime> [1]
<ip> ... </ip> [1]
</RamSlack>
Schema Component Representation
<xs:element name="RamSlack">
<xs:complexType>
<xs:sequence>
<xs:element ref="typeNcfs"/>
<xs:element ref="revision"/>
<xs:element ref="upTime"/>
<xs:element ref="ip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: readOnly

Name readOnly
Type xs:boolean
Nillable no
Abstract no
Diagram
XML Instance Representation
<readOnly> xs:boolean </readOnly>
Schema Component Representation
<xs:element name="readOnly" type="xs:boolean"/>
top

Element: references

Name references
Type xs:short
Nillable no
Abstract no
Diagram
XML Instance Representation
<references> xs:short </references>
Schema Component Representation
<xs:element name="references" type="xs:short"/>
top

Element: revision

Name revision
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<revision> xs:string </revision>
Schema Component Representation
<xs:element name="revision" type="xs:string"/>
top

Element: SdCard

Name SdCard
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<SdCard>
<readOnly> ... </readOnly> [1]
<geometry> ... </geometry> [1]
<partitionCount> ... </partitionCount> [1]
</SdCard>
Schema Component Representation
<xs:element name="SdCard">
<xs:complexType>
<xs:sequence>
<xs:element ref="readOnly"/>
<xs:element ref="geometry"/>
<xs:element ref="partitionCount"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: serialNum

Name serialNum
Type xs:long
Nillable no
Abstract no
Diagram
XML Instance Representation
<serialNum> xs:long </serialNum>
Schema Component Representation
<xs:element name="serialNum" type="xs:long"/>
top

Element: shortName

Name shortName
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<shortName> xs:string </shortName>
Schema Component Representation
<xs:element name="shortName" type="xs:string"/>
top

Element: showPicture

Name showPicture
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<showPicture> xs:string </showPicture>
Schema Component Representation
<xs:element name="showPicture" type="xs:string"/>
top

Element: signature

Name signature
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<signature> xs:string </signature>
Schema Component Representation
<xs:element name="signature" type="xs:string"/>
top

Element: size

Name size
Type xs:long
Nillable no
Abstract no
Diagram
XML Instance Representation
<size> xs:long </size>
Schema Component Representation
<xs:element name="size" type="xs:long"/>
top

Element: Slack

Name Slack
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Slack>
<typeNcfs> ... </typeNcfs> [1]
<revision> ... </revision> [1]
<upTime> ... </upTime> [1]
<ip> ... </ip> [1]
<RamSlack> ... </RamSlack> [1]
<FileSlack> ... </FileSlack> [1]
</Slack>
Schema Component Representation
<xs:element name="Slack">
<xs:complexType>
<xs:sequence>
<xs:element ref="typeNcfs"/>
<xs:element ref="revision"/>
<xs:element ref="upTime"/>
<xs:element ref="ip"/>
<xs:element ref="RamSlack"/>
<xs:element ref="FileSlack"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: SmartCard

Name SmartCard
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<SmartCard>
<readOnly> ... </readOnly> [1]
<geometry> ... </geometry> [1]
<partitionCount> ... </partitionCount> [1]
</SmartCard>
Schema Component Representation
<xs:element name="SmartCard">
<xs:complexType>
<xs:sequence>
<xs:element ref="readOnly"/>
<xs:element ref="geometry"/>
<xs:element ref="partitionCount"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: SolidState

Name SolidState
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<SolidState>
<readOnly> ... </readOnly> [1]
<geometry> ... </geometry> [1]
<partitionCount> ... </partitionCount> [1]
<UsbFlash> ... </UsbFlash> [1]
<CompactFlash> ... </CompactFlash> [1]
<SmartCard> ... </SmartCard> [1]
<SdCard> ... </SdCard> [1]
</SolidState>
Schema Component Representation
<xs:element name="SolidState">
<xs:complexType>
<xs:sequence>
<xs:element ref="readOnly"/>
<xs:element ref="geometry"/>
<xs:element ref="partitionCount"/>
<xs:element ref="UsbFlash"/>
<xs:element ref="CompactFlash"/>
<xs:element ref="SmartCard"/>
<xs:element ref="SdCard"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Speakers

Name Speakers
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Speakers>
<attached> ... </attached> [1]
<configured> ... </configured> [1]
<powered> ... </powered> [1]
</Speakers>
Schema Component Representation
<xs:element name="Speakers">
<xs:complexType>
<xs:sequence>
<xs:element ref="attached"/>
<xs:element ref="configured"/>
<xs:element ref="powered"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: startingExtent

Name startingExtent
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<startingExtent> xs:string </startingExtent>
Schema Component Representation
<xs:element name="startingExtent" type="xs:string"/>
top

Element: startSector

Name startSector
Type xs:long
Nillable no
Abstract no
Diagram
XML Instance Representation
<startSector> xs:long </startSector>
Schema Component Representation
<xs:element name="startSector" type="xs:long"/>
top

Element: state

Name state
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<state> xs:string </state>
Schema Component Representation
<xs:element name="state" type="xs:string"/>
top

Element: Storage

Name Storage
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Storage>
<integrated> ... </integrated> [1]
<Partition> ... </Partition> [1]
<SolidState> ... </SolidState> [1]
<Magnetic> ... </Magnetic> [1]
</Storage>
Schema Component Representation
<xs:element name="Storage">
<xs:complexType>
<xs:complexContent>
<xs:extension base="integrated">
<xs:sequence>
<xs:element ref="Partition"/>
<xs:element ref="SolidState"/>
<xs:element ref="Magnetic"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: symbolicLink

Name symbolicLink
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
Schema Component Representation
top

Element: SystemNcfs

Name SystemNcfs
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<SystemNcfs>
<serialNum> ... </serialNum> [1]
<ram> ... </ram> [1]
<cpu> ... </cpu> [1]
<genLocation> ... </genLocation> [1]
<typeNcfs> ... </typeNcfs> [1]
<manufacturer> ... </manufacturer> [1]
<manufactDate> ... </manufactDate> [1]
<examinerComments> ... </examinerComments> [1]
<userTags> ... </userTags> [1]
<numInternalDrives> ... </numInternalDrives> [1]
<ComponentNcfs> ... </ComponentNcfs> [1]
</SystemNcfs>
Schema Component Representation
<xs:element name="SystemNcfs">
<xs:complexType>
<xs:sequence>
<xs:element ref="serialNum"/>
<xs:element ref="ram"/>
<xs:element ref="cpu"/>
<xs:element ref="genLocation"/>
<xs:element ref="typeNcfs"/>
<xs:element ref="manufacturer"/>
<xs:element ref="manufactDate"/>
<xs:element ref="examinerComments"/>
<xs:element ref="userTags"/>
<xs:element ref="numInternalDrives"/>
<xs:element ref="ComponentNcfs"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: TapeDrive

Name TapeDrive
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<TapeDrive>
<geometry> ... </geometry> [1]
<partitionCount> ... </partitionCount> [1]
</TapeDrive>
Schema Component Representation
<xs:element name="TapeDrive">
<xs:complexType>
<xs:sequence>
<xs:element ref="geometry"/>
<xs:element ref="partitionCount"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: typeNcfs

Name typeNcfs
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<typeNcfs> xs:string </typeNcfs>
Schema Component Representation
<xs:element name="typeNcfs" type="xs:string"/>
top

Element: Unallocated

Name Unallocated
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Unallocated>
<typeNcfs> ... </typeNcfs> [1]
<revision> ... </revision> [1]
<upTime> ... </upTime> [1]
<ip> ... </ip> [1]
</Unallocated>
Schema Component Representation
<xs:element name="Unallocated">
<xs:complexType>
<xs:sequence>
<xs:element ref="typeNcfs"/>
<xs:element ref="revision"/>
<xs:element ref="upTime"/>
<xs:element ref="ip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: unallocatedSpace

Name unallocatedSpace
Type xs:long
Nillable no
Abstract no
Diagram
XML Instance Representation
<unallocatedSpace> xs:long </unallocatedSpace>
Schema Component Representation
<xs:element name="unallocatedSpace" type="xs:long"/>
top

Element: uniqueName

Name uniqueName
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<uniqueName> xs:string </uniqueName>
Schema Component Representation
<xs:element name="uniqueName" type="xs:string"/>
top

Element: upTime

Name upTime
Type xs:short
Nillable no
Abstract no
Diagram
XML Instance Representation
<upTime> xs:short </upTime>
Schema Component Representation
<xs:element name="upTime" type="xs:short"/>
top

Element: UsbFlash

Name UsbFlash
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<UsbFlash>
<readOnly> ... </readOnly> [1]
<geometry> ... </geometry> [1]
<partitionCount> ... </partitionCount> [1]
</UsbFlash>
Schema Component Representation
<xs:element name="UsbFlash">
<xs:complexType>
<xs:sequence>
<xs:element ref="readOnly"/>
<xs:element ref="geometry"/>
<xs:element ref="partitionCount"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: userTags

Name userTags
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<userTags> xs:string </userTags>
Schema Component Representation
<xs:element name="userTags" type="xs:string"/>
top

Element: version

Name version
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<version> xs:string </version>
Schema Component Representation
<xs:element name="version" type="xs:string"/>
top

Element: VirtualSystem

Name VirtualSystem
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<VirtualSystem>
<typeNcfs> ... </typeNcfs> [1]
<revision> ... </revision> [1]
<upTime> ... </upTime> [1]
<ip> ... </ip> [1]
</VirtualSystem>
Schema Component Representation
<xs:element name="VirtualSystem">
<xs:complexType>
<xs:sequence>
<xs:element ref="typeNcfs"/>
<xs:element ref="revision"/>
<xs:element ref="upTime"/>
<xs:element ref="ip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: ZipDrive

Name ZipDrive
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<ZipDrive>
<geometry> ... </geometry> [1]
<partitionCount> ... </partitionCount> [1]
</ZipDrive>
Schema Component Representation
<xs:element name="ZipDrive">
<xs:complexType>
<xs:sequence>
<xs:element ref="geometry"/>
<xs:element ref="partitionCount"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Global Definitions

Complex Type: integrated

Super-types: None
Sub-types: None
Name integrated
Abstract no
Diagram
XML Instance Representation
<...>
<integrated> ... </integrated> [1]
</...>
Schema Component Representation
<xs:complexType name="integrated">
<xs:sequence>
<xs:element ref="integrated"/>
</xs:sequence>
</xs:complexType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base="Address">
<sequence>
<element name="state" type="AusStates"/>
<element name="postcode">
<simpleType>
<restriction base="string">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type="string" fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top