Schema for the XML headers of the SDM Binary Data Format (vers. 0.94)

Simple Type: Size

[Table of contents]

Super-types:xs:nonNegativeInteger < Size (by restriction)
Sub-types:None
NameSize
Content
  • Base XSD Type: nonNegativeInteger
DocumentationSize of an attachment in term of number of values. Note that a real "number" counts for 1 value while a complex "number" counts for 2 values. Hence, multiply by the primitive data type "sizeof" to get the size in bytes.
Diagram
Schema Component Representation
<xs:simpleType name="Size">
<xs:restriction base="xs:nonNegativeInteger"/>
</xs:simpleType>