enumeration |
string |
Specifies the string datatype as it applies to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#string for more information. |
|
enumeration |
int |
Specifies the int datatype as it applies to the W3C standard for int. See http://www.w3.org/TR/xmlschema-2/#int for more information. |
|
enumeration |
float |
Specifies the float datatype as it apples to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#float for more information. |
|
enumeration |
date |
Specifies a date, which is usually in the form yyyy-mm--dd as it applies to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#date for more information. |
|
enumeration |
positiveInteger |
Specifies a positive integer in the infinite set {1,2,...} as it applies to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#positiveInteger for more information. |
|
enumeration |
unsignedInt |
Specifies an unsigned integer, which is a nonnegative integer in the set {0,1,2,...,4294967295} as it applies to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#unsignedInt for more information. |
|
enumeration |
dateTime |
Specifies a date in full format including both date and time as it applies to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#dateTime for more information. |
|
enumeration |
time |
Specifies a time as it applies to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#time for more information. |
|
enumeration |
boolean |
Specifies a boolean value in the set {true,false,1,0} as it applies to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#boolean for more information. |
|
enumeration |
name |
Specifies a name (which represents XML Names) as it applies to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#Name and http://www.w3.org/TR/2000/WD-xml-2e-20000814#dt-name for more information. |
|
enumeration |
long |
Specifies a long integer, which is an integer whose maximum value is 9223372036854775807 and minimum value is -9223372036854775808 as it applies to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#long for more information. |
|
enumeration |
unsignedLong |
Specifies an unsigned long integer, which is an integer whose maximum value is 18446744073709551615 and minimum value is 0 as it applies to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#unsignedLong for more information. |
|
enumeration |
duration |
Specifies a length of time in the extended format PnYn MnDTnH nMnS, where nY represents the number of years, nM the number of months, nD the number of days, 'T' is the date/time separator, nH the number of hours, nM the number of minutes and nS the number of seconds, as it applies to the W3 standard. See http://www.w3.org/TR/xmlschema-2/#duration for more information. |
|
enumeration |
double |
Specifies a decimal of datatype double as it is patterned after the IEEE double-precision 64-bit floating point type (IEEE 754-1985) and as it applies to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#double for more information. |
|
enumeration |
nonNegativeInteger |
Specifies a non-negative integer in the infinite set {0,1,2,...} as it applies to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger for more information. |
|
enumeration |
hexBinary |
Specifies arbitrary hex-encoded binary data as it applies to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#hexBinary for more information. |
|
enumeration |
anyURI |
Specifies a Uniform Resource Identifier Reference (URI) as it applies to the W3C standard and to RFC 2396, as amended by RFC 2732. See http://www.w3.org/TR/xmlschema-2/#anyURI for more information. |
|
enumeration |
base64Binary |
Specifies base64-encoded arbitrary binary data as it applies to the W3C standard. See http://www.w3.org/TR/xmlschema-2/#base64Binary for more information. |
|
enumeration |
IPv4 Address |
Specifies an IPV4 address in dotted decimal form. CIDR notation is also accepted. |
|
enumeration |
IPv6 Address |
Specifies an IPV6 address, which is represented by eight groups of 16-bit hexadecimal values separated by colons (:) in the form a:b:c:d:e:f:g:h. CIDR notation is also accepted. |
|
enumeration |
Host Name |
Specifies a host name. For compatibility reasons, this could be any string. Even so, it is best to use the proper notation for the given host type. For example, web hostnames should be written as fully qualified hostnames in practice. |
|
enumeration |
MAC Address |
Specifies a MAC address, which is represented by six groups of 2 hexdecimal digits, separated by hyphens (-) or colons (:) in transmission order. |
|
enumeration |
Domain Name |
Specifies a domain name, which is represented by a series of labels concatenated with dots conforming to the rules in RFC 1035, RFC 1123, and RFC 2181. |
|
enumeration |
URI |
Specifies a Uniform Resource Identifier, which identifies a name or resource and can act as a URL or URN. |
|
enumeration |
TimeZone |
Specifies a timezone in UTC notation (UTC+number). |
|
enumeration |
Octal |
Specifies arbitrary octal (base-8) encoded data. |
|
enumeration |
Binary |
Specifies arbitrary binary encoded data. |
|
enumeration |
BinHex |
Specifies arbitrary data encoded in the Mac OS-originated BinHex format. |
|
enumeration |
Subnet Mask |
Specifies a subnet mask in IPv4 or IPv6 notation. |
|
enumeration |
UUID/GUID |
Specifies a globally/universally unique ID represented as a 32-character hexadecimal string. See ISO/IEC 11578:1996 Information technology -- Open Systems Interconnection -- Remote Procedure Call - http://www.iso.ch/cate/d2229.html. |
|
enumeration |
Collection |
Specifies data represented as a container of multiple data of a shared elemental type. |
|
enumeration |
CVE ID |
Specifies a CVE ID, expressed as CVE- appended by a four-digit integer, a - and another four-digit integer, as in CVE-2012-1234. |
|
enumeration |
CWE ID |
Specifies a CWE ID, expressed as CWE- appended by an integer. |
|
enumeration |
CAPEC ID |
Specifies a CAPEC ID, expressed as CAPEC- appended by an integer. |
|
enumeration |
CCE ID |
Specifies a CCE ID, expressed as CCE- appended by an integer. |
|
enumeration |
CPE Name |
Specifies a CPE Name. See http://cpe.mitre.org/specification/archive/version2.0/cpe-specification_2.0.pdf for more information. |
|