schema location: | C:\Documents and Settings\mark@curphey.com\Desktop\WAS Global\was-global3.xsd |
targetNamespace: | http://www.oasis.org/was |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
children | title author publication date location | ||
used by |
|
||
source | <xsd:complexType name="article"> <xsd:sequence> <xsd:element name="title" type="xsd:string"/> <xsd:element name="author" type="xsd:string"/> <xsd:element name="publication" type="xsd:string"/> <xsd:element name="date" type="xsd:date"/> <xsd:element name="location" type="xsd:anyURI"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="title" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="author" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="publication" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:date |
source | <xsd:element name="date" type="xsd:date"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:anyURI |
source | <xsd:element name="location" type="xsd:anyURI"/> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
children | name email company address uri | ||
used by |
|
||
source | <xsd:complexType name="author"> <xsd:sequence> <xsd:element name="name" type="xsd:string"/> <xsd:element name="email" type="xsd:anyURI"/> <xsd:element name="company" type="xsd:string"/> <xsd:element name="address" type="xsd:string"/> <xsd:element name="uri" type="xsd:string"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="name" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:anyURI |
source | <xsd:element name="email" type="xsd:anyURI"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="company" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="address" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="uri" type="xsd:string"/> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
children | copyrightHolder copyrightNotice copyrightDate | ||
used by |
|
||
source | <xsd:complexType name="copyright"> <xsd:sequence> <xsd:element name="copyrightHolder" type="xsd:string"/> <xsd:element name="copyrightNotice" type="xsd:string"/> <xsd:element name="copyrightDate" type="xsd:date"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="copyrightHolder" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="copyrightNotice" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:date |
source | <xsd:element name="copyrightDate" type="xsd:date"/> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
children | shortDescription longtDescription | ||
used by |
|
||
source | <xsd:complexType name="descriptions"> <xsd:sequence> <xsd:element name="shortDescription" type="xsd:string"/> <xsd:element name="longtDescription" type="xsd:string"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="shortDescription" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="longtDescription" type="xsd:string"/> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
used by |
|
||
attributes | |||
source | <xsd:complexType name="ID"> <xsd:attribute name="testCaseID" type="xsd:ID" use="required"> <xsd:annotation> <xsd:appinfo>This element provides a uniquely identifiable key. This would be used as a fast and efficient way for two technolgies sharing the same test case database to exchange information. ie use xsd:was:ID:uid:007 </xsd:appinfo> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
children | licenseType licenseText licenseVersion | ||
used by |
|
||
source | <xsd:complexType name="license"> <xsd:sequence> <xsd:element name="licenseType" type="licenseType"/> <xsd:element name="licenseText" type="xsd:string"/> <xsd:element name="licenseVersion" type="xsd:decimal"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
||||
namespace | http://www.oasis.org/was | ||||
type | licenseType | ||||
facets |
|
||||
source | <xsd:element name="licenseType" type="licenseType"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="licenseText" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:decimal |
source | <xsd:element name="licenseVersion" type="xsd:decimal"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
children | ID version author provider restrictions |
source | <xsd:complexType name="metaData"> <xsd:sequence> <xsd:element name="ID" type="ID"> <xsd:annotation> <xsd:appinfo>The ID element provides a mechansim to declare uniquely identifiable attributes for cataloging and referencing. The provider, author and vendor IDs allow cross referencing ands trust models to be developed based on the source of the test case. Note: Need to define the XML:DigSig for these attributes and provide for a mecahism to sign an entire file (ie provide authenticity and integrity of the file outside of transport security). </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="version" type="version" maxOccurs="unbounded"> <xsd:annotation> <xsd:appinfo>The date element provides a mechanism to declare time and historical related data. An example use case maybe, show me all of the issues within the last 3 months. </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="author" type="author"> <xsd:annotation> <xsd:appinfo>The author element provides a mechanism to reference the original author of the test case. </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="provider" type="provider" minOccurs="0"> <xsd:annotation> <xsd:appinfo>The provider element provides a mechanism to reference the original provider of the signature. This maybe a trusted source of signatures or a commercial security intelligence provider or an internal source. This allows fast indexing of entries based on the provider without having to check signatures. </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="restrictions" type="restrictions"> <xsd:annotation> <xsd:appinfo>The restrictions element provides a mechanism to reference any usage restrictions on the test case itself. These may include copyright, licensing or potentially things like export restrictions where a test case contains cryptographic information. </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
||||||||||||||
namespace | http://www.oasis.org/was | ||||||||||||||
type | ID | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xsd:element name="ID" type="ID"> <xsd:annotation> <xsd:appinfo>The ID element provides a mechansim to declare uniquely identifiable attributes for cataloging and referencing. The provider, author and vendor IDs allow cross referencing ands trust models to be developed based on the source of the test case. Note: Need to define the XML:DigSig for these attributes and provide for a mecahism to sign an entire file (ie provide authenticity and integrity of the file outside of transport security). </xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
type | version | ||
children | versionNumber releaseDate changeLog | ||
annotation |
|
||
source | <xsd:element name="version" type="version" maxOccurs="unbounded"> <xsd:annotation> <xsd:appinfo>The date element provides a mechanism to declare time and historical related data. An example use case maybe, show me all of the issues within the last 3 months. </xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
type | author | ||
children | name email company address uri | ||
annotation |
|
||
source | <xsd:element name="author" type="author"> <xsd:annotation> <xsd:appinfo>The author element provides a mechanism to reference the original author of the test case. </xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
type | provider | ||
children | email company address uri | ||
annotation |
|
||
source | <xsd:element name="provider" type="provider" minOccurs="0"> <xsd:annotation> <xsd:appinfo>The provider element provides a mechanism to reference the original provider of the signature. This maybe a trusted source of signatures or a commercial security intelligence provider or an internal source. This allows fast indexing of entries based on the provider without having to check signatures. </xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
type | restrictions | ||
children | license copyright restrictionsUpdateURI | ||
annotation |
|
||
source | <xsd:element name="restrictions" type="restrictions"> <xsd:annotation> <xsd:appinfo>The restrictions element provides a mechanism to reference any usage restrictions on the test case itself. These may include copyright, licensing or potentially things like export restrictions where a test case contains cryptographic information. </xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
children | title publication date location | ||
used by |
|
||
source | <xsd:complexType name="newsExample"> <xsd:sequence> <xsd:element name="title" type="xsd:string"/> <xsd:element name="publication" type="xsd:string"/> <xsd:element name="date" type="xsd:date"/> <xsd:element name="location" type="xsd:anyURI"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="title" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="publication" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:date |
source | <xsd:element name="date" type="xsd:date"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:anyURI |
source | <xsd:element name="location" type="xsd:anyURI"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
children | thesaurusReference riskRanking descriptions references attackSurface target consequence condition |
source | <xsd:complexType name="profile"> <xsd:sequence> <xsd:element name="thesaurusReference" type="thesaurusReference"> <xsd:annotation> <xsd:appinfo> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="riskRanking" type="riskRanking"> <xsd:annotation> <xsd:appinfo>The ID element provides a mechansim to declare uniquely identifiable attributes for cataloging and referencing. The provider, author and vendor IDs allow cross referencing ands trust models to be developed based on the source of the test case. Note: Need to define the XML:DigSig for these attributes and provide for a mecahism to sign an entire file (ie provide authenticity and integrity of the file) </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="descriptions" type="descriptions"> <xsd:annotation> <xsd:appinfo> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="references" type="references"> <xsd:annotation> <xsd:appinfo> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="attackSurface" type="attackSurface"> <xsd:annotation> <xsd:appinfo> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="target" type="target"> <xsd:annotation> <xsd:appinfo> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="consequence" type="consequences"> <xsd:annotation> <xsd:appinfo> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="condition" type="condition"> <xsd:annotation> <xsd:appinfo> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
type | thesaurusReference | ||
children | groupEntry subGroupEntry | ||
annotation |
|
||
source | <xsd:element name="thesaurusReference" type="thesaurusReference"> <xsd:annotation> <xsd:appinfo> </xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
type | riskRanking | ||
children | threat impact | ||
annotation |
|
||
source | <xsd:element name="riskRanking" type="riskRanking"> <xsd:annotation> <xsd:appinfo>The ID element provides a mechansim to declare uniquely identifiable attributes for cataloging and referencing. The provider, author and vendor IDs allow cross referencing ands trust models to be developed based on the source of the test case. Note: Need to define the XML:DigSig for these attributes and provide for a mecahism to sign an entire file (ie provide authenticity and integrity of the file) </xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
type | descriptions | ||
children | shortDescription longtDescription | ||
annotation |
|
||
source | <xsd:element name="descriptions" type="descriptions"> <xsd:annotation> <xsd:appinfo> </xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
type | references | ||
children | vulnDatabase whitePaper article newsExample | ||
annotation |
|
||
source | <xsd:element name="references" type="references"> <xsd:annotation> <xsd:appinfo> </xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
type | attackSurface | ||
annotation |
|
||
source | <xsd:element name="attackSurface" type="attackSurface"> <xsd:annotation> <xsd:appinfo> </xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
type | target | ||
annotation |
|
||
source | <xsd:element name="target" type="target"> <xsd:annotation> <xsd:appinfo> </xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
type | consequences | ||
annotation |
|
||
source | <xsd:element name="consequence" type="consequences"> <xsd:annotation> <xsd:appinfo> </xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
type | condition | ||
annotation |
|
||
source | <xsd:element name="condition" type="condition"> <xsd:annotation> <xsd:appinfo> </xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
children | email company address uri | ||
used by |
|
||
source | <xsd:complexType name="provider"> <xsd:sequence> <xsd:element name="email" type="xsd:string"/> <xsd:element name="company" type="xsd:string"/> <xsd:element name="address" type="xsd:string"/> <xsd:element name="uri" type="xsd:string"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="email" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="company" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="address" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="uri" type="xsd:string"/> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
children | vulnDatabase whitePaper article newsExample | ||
used by |
|
||
source | <xsd:complexType name="references"> <xsd:sequence> <xsd:element name="vulnDatabase" type="vulnDatabase"/> <xsd:element name="whitePaper" type="whitePaper"/> <xsd:element name="article" type="article"/> <xsd:element name="newsExample" type="newsExample"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | vulnDatabase |
children | name location itemIdentifier |
source | <xsd:element name="vulnDatabase" type="vulnDatabase"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | whitePaper |
children | title author format date location |
source | <xsd:element name="whitePaper" type="whitePaper"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | article |
children | title author publication date location |
source | <xsd:element name="article" type="article"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | newsExample |
children | title publication date location |
source | <xsd:element name="newsExample" type="newsExample"/> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
children | license copyright restrictionsUpdateURI | ||
used by |
|
||
source | <xsd:complexType name="restrictions"> <xsd:sequence> <xsd:element name="license" type="license"/> <xsd:element name="copyright" type="copyright" minOccurs="0"/> <xsd:element name="restrictionsUpdateURI" type="xsd:string" minOccurs="0"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | license |
children | licenseType licenseText licenseVersion |
source | <xsd:element name="license" type="license"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | copyright |
children | copyrightHolder copyrightNotice copyrightDate |
source | <xsd:element name="copyright" type="copyright" minOccurs="0"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="restrictionsUpdateURI" type="xsd:string" minOccurs="0"/> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
children | threat impact | ||
used by |
|
||
source | <xsd:complexType name="riskRanking"> <xsd:sequence> <xsd:element name="threat"/> <xsd:element name="impact"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
source | <xsd:element name="threat"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
source | <xsd:element name="impact"/> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
children | groupEntry subGroupEntry | ||
used by |
|
||
source | <xsd:complexType name="thesaurusReference"> <xsd:sequence> <xsd:element name="groupEntry" type="thesaurusGroup"/> <xsd:element name="subGroupEntry" type="thesaurusSubGroup"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
||||||||||||||||||||
namespace | http://www.oasis.org/was | ||||||||||||||||||||
type | thesaurusGroup | ||||||||||||||||||||
facets |
|
||||||||||||||||||||
source | <xsd:element name="groupEntry" type="thesaurusGroup"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | thesaurusSubGroup |
source | <xsd:element name="subGroupEntry" type="thesaurusSubGroup"/> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
children | versionNumber releaseDate changeLog | ||
used by |
|
||
source | <xsd:complexType name="version"> <xsd:sequence> <xsd:element name="versionNumber" type="xsd:decimal"/> <xsd:element name="releaseDate" type="xsd:dateTime"/> <xsd:element name="changeLog" type="xsd:string"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:decimal |
source | <xsd:element name="versionNumber" type="xsd:decimal"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:dateTime |
source | <xsd:element name="releaseDate" type="xsd:dateTime"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="changeLog" type="xsd:string"/> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
children | name location itemIdentifier | ||
used by |
|
||
source | <xsd:complexType name="vulnDatabase"> <xsd:sequence> <xsd:element name="name" type="xsd:string"/> <xsd:element name="location" type="xsd:anyURI"/> <xsd:element name="itemIdentifier" type="xsd:string"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="name" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:anyURI |
source | <xsd:element name="location" type="xsd:anyURI"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="itemIdentifier" type="xsd:string"/> |
diagram | ![]() |
||
namespace | http://www.oasis.org/was | ||
children | title author format date location | ||
used by |
|
||
source | <xsd:complexType name="whitePaper"> <xsd:sequence> <xsd:element name="title" type="xsd:string"/> <xsd:element name="author" type="xsd:string"/> <xsd:element name="format" type="xsd:mimetype"/> <xsd:element name="date" type="xsd:date"/> <xsd:element name="location" type="xsd:anyURI"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="title" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:string |
source | <xsd:element name="author" type="xsd:string"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:mimetype |
source | <xsd:element name="format" type="xsd:mimetype"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:date |
source | <xsd:element name="date" type="xsd:date"/> |
diagram | ![]() |
namespace | http://www.oasis.org/was |
type | xsd:anyURI |
source | <xsd:element name="location" type="xsd:anyURI"/> |
namespace | http://www.oasis.org/was | ||||||
type | restriction of xsd:string | ||||||
facets |
|
||||||
source | <xsd:simpleType name="attackSurfaceType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="system boundary"/> <xsd:enumeration value="component boundary"/> <xsd:enumeration value="source code"/> </xsd:restriction> </xsd:simpleType> |
namespace | http://www.oasis.org/was | ||||||
type | restriction of xsd:string | ||||||
facets |
|
||||||
source | <xsd:simpleType name="conditionType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="authenticated"/> <xsd:enumeration value="privilege"/> <xsd:enumeration value="port"/> </xsd:restriction> </xsd:simpleType> |
namespace | http://www.oasis.org/was | ||||||||||||
type | restriction of xsd:string | ||||||||||||
facets |
|
||||||||||||
source | <xsd:simpleType name="consequenceType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="denial of service"/> <xsd:enumeration value="privilege elevation"/> <xsd:enumeration value="transfer of trust"/> <xsd:enumeration value="identity impersonation"/> <xsd:enumeration value="data disclosure"/> <xsd:enumeration value="security requirements violation"/> </xsd:restriction> </xsd:simpleType> |
namespace | http://www.oasis.org/was | ||
type | restriction of xsd:string | ||
facets |
|
||
source | <xsd:simpleType name="impact"> <xsd:restriction base="xsd:string"> <xsd:pattern value="[a-d]"/> </xsd:restriction> </xsd:simpleType> |
namespace | http://www.oasis.org/was | ||||
type | restriction of xsd:string | ||||
used by |
|
||||
facets |
|
||||
source | <xsd:simpleType name="licenseType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="OSI Compliant"/> <xsd:enumeration value="Vendor Proprietary"/> </xsd:restriction> </xsd:simpleType> |
namespace | http://www.oasis.org/was | ||||||
type | restriction of xsd:string | ||||||
facets |
|
||||||
source | <xsd:simpleType name="targetType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="application component"/> <xsd:enumeration value="infrastructure component"/> <xsd:enumeration value="end user"/> </xsd:restriction> </xsd:simpleType> |
namespace | http://www.oasis.org/was | ||||||||||||||||||||
type | restriction of xsd:string | ||||||||||||||||||||
used by |
|
||||||||||||||||||||
facets |
|
||||||||||||||||||||
source | <xsd:simpleType name="thesaurusGroup"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Access Control"/> <xsd:enumeration value="Application Configuration Management"/> <xsd:enumeration value="Application Logic"/> <xsd:enumeration value="Buffer Overflow"/> <xsd:enumeration value="Data Protection"/> <xsd:enumeration value="Infrastructure Configuration Management"/> <xsd:enumeration value="Input Validation"/> <xsd:enumeration value="Concurrency"/> <xsd:enumeration value="Session Management"/> <xsd:enumeration value="Denial of Service"/> </xsd:restriction> </xsd:simpleType> |
namespace | http://www.oasis.org/was | ||||||||||||||||||||||||||||||||||||||
type | restriction of xsd:string | ||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||
source | <xsd:simpleType name="thesaurusSubgroup"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="authentication"/> <xsd:enumeration value="authorization"/> <xsd:enumeration value="parameter manipulation"/> <xsd:enumeration value="heap overflow"/> <xsd:enumeration value="stack overflow"/> <xsd:enumeration value="format string"/> <xsd:enumeration value="cryptography"/> <xsd:enumeration value="transport security"/> <xsd:enumeration value="default configurations"/> <xsd:enumeration value="security patches"/> <xsd:enumeration value="administration interface"/> <xsd:enumeration value="canonicalization"/> <xsd:enumeration value="os command injection"/> <xsd:enumeration value="sql injection"/> <xsd:enumeration value="ldap command injection"/> <xsd:enumeration value="script injection"/> <xsd:enumeration value="session timeout"/> <xsd:enumeration value="session hijacking"/> <xsd:enumeration value="session fixation"/> </xsd:restriction> </xsd:simpleType> |
namespace | http://www.oasis.org/was | ||
type | restriction of xsd:string | ||
facets |
|
||
source | <xsd:simpleType name="threat"> <xsd:restriction base="xsd:string"> <xsd:pattern value="[a-d]"/> </xsd:restriction> </xsd:simpleType> |