Namespace
urn:CellexReport
Diagram
Used by
Model
ALL(
cr:displayId
cr:uniqueId
cr:batchId{0,1}
cr:harmonyNumber{0,1}
cr:objName{0,1}
cr:circumstance{0,1}
cr:reportDate
cr:reportSerialNumber{0,1}
cr:isIEDRelated
cr:reportCategory{0,1}
cr:detaineeName{0,1}
cr:detaineeCaptureTag{0,1}
cr:isn{0,1}
cr:batId{0,1}
cr:sigActId{0,1}
cr:acquireDate{0,1}
cr:acquiringUnit{0,1}
cr:forensicUnits{0,1}
cr:locationOfCapture{0,1}
cr:detaineePhotoName{0,1}
cr:comments{0,1}
)
Children
cr:acquireDate
,
cr:acquiringUnit
,
cr:batId
,
cr:batchId
,
cr:circumstance
,
cr:comments
,
cr:detaineeCaptureTag
,
cr:detaineeName
,
cr:detaineePhotoName
,
cr:displayId
,
cr:forensicUnits
,
cr:harmonyNumber
,
cr:isIEDRelated
,
cr:isn
,
cr:locationOfCapture
,
cr:objName
,
cr:reportCategory
,
cr:reportDate
,
cr:reportSerialNumber
,
cr:sigActId
,
cr:uniqueId
Source
<xs:complexType name= "BaseReportDataType" >
<xs:all >
<xs:element name= "displayId" type= "xs:string" />
<!--xs:element name="classification" type="xs:string"/-->
<xs:element name= "uniqueId" type= "xs:string" />
<xs:element name= "batchId" type= "xs:string" minOccurs= "0" />
<xs:element name= "harmonyNumber" type= "xs:string" minOccurs= "0" />
<xs:element name= "objName" type= "xs:string" minOccurs= "0" />
<xs:element name= "circumstance" type= "xs:string" minOccurs= "0" />
<xs:element name= "reportDate" type= "cr:NormalizedDateTimeType" />
<xs:element name= "reportSerialNumber" type= "xs:string" minOccurs= "0" />
<xs:element name= "isIEDRelated" type= "xs:boolean" nillable= "true" />
<xs:element name= "reportCategory" type= "cr:ReportCategoryType" minOccurs= "0" />
<xs:element name= "detaineeName" type= "xs:string" nillable= "true" minOccurs= "0" />
<xs:element name= "detaineeCaptureTag" type= "xs:string" minOccurs= "0" />
<xs:element name= "isn" type= "xs:string" minOccurs= "0" />
<xs:element name= "batId" type= "xs:string" minOccurs= "0" />
<xs:element name= "sigActId" type= "xs:string" minOccurs= "0" />
<xs:element name= "acquireDate" type= "cr:NormalizedDateTimeType" minOccurs= "0" />
<xs:element name= "acquiringUnit" type= "xs:string" minOccurs= "0" />
<xs:element name= "forensicUnits" minOccurs= "0" >
<xs:complexType >
<xs:sequence >
<xs:element name= "forensicUnit" type= "xs:string" minOccurs= "0" maxOccurs= "unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name= "locationOfCapture" type= "cr:LocationType" minOccurs= "0" />
<xs:element name= "detaineePhotoName" minOccurs= "0" >
<xs:complexType >
<xs:all >
<xs:element name= "full" type= "xs:string" minOccurs= "0" />
<xs:element name= "thumb" type= "xs:string" minOccurs= "0" />
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name= "comments" type= "xs:string" minOccurs= "0" />
</xs:all>
<xs:attributeGroup ref= "ism:SecurityAttributesGroup" />
</xs:complexType>
Schema location
CellexReport.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.