A Proposal for a Shadowrun XML Standard

Standard Types

Like most schema, the Shadowrun standard is ultimately built on primative types. Here are the types used by this standard.


boolean: An of either "true" or "false". [Back]


byte: An integer in the range -128 to 127. [Back]


datetime: A specific date and time, accurate to a second. This uses the ISO 8601 standard, using this format: CCYY-MM-DDThh:mm:ss[[+-]hh:mm]?. [Back]


empty: An empty tag. [Back]


float: A single precision floating point number in the range -3.40282347 * 1038 to 3.40282347 * 1038. [Back]


int: An integer in the range -2,147,483,648 to 2,147,483,647. [Back]


string: A stream of characters. [Back]