Documentation for XCEDE2

Complex Type: frag_uri_t

[Table of contents]

Super-types: xs:anyURI < frag_uri_t (by extension)
Sub-types: None
Name frag_uri_t
Used by (from the same schema document) Complex Type resource_t
Abstract no
Documentation The external data pointed to by this uri is a "fragment", where a "fragment" is defined as a stream of data contiguously stored in the same file offset by 'offset' bytes and of 'size' bytes.
XML Instance Representation
<...
offset=" xs:unsignedLong [0..1]

'The data for this fragment will start at this byte position in the resource specified by the \'uri\' element. If this attribute does not exist or is empty, it is assumed to be zero.'

"

size=" xs:unsignedLong [0..1]

'This specifies the size of this block (in bytes) in the resource specified by the \'uri\' element. If this attribute does not exist or is empty, it is calculated using the dimension and elementtype element.'

"
>
xs:anyURI
</...>
Diagram
Schema Component Representation
<xs:complexType name="frag_uri_t">
<xs:simpleContent>
<xs:extension base=" xs:anyURI ">
<xs:attribute name="offset" type=" xs:unsignedLong "/>
<xs:attribute name="size" type=" xs:unsignedLong "/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>