This schema was originally developed by The MITRE Corporation. The STIX XML Schema implementation is maintained by The MITRE Corporation and developed by the open STIX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the STIX website at http://stix.mitre.org.
Specifies the intended order position of this construct instance (e.g. Description) within a set of potentially multiple peer construct instances. If only a single construct instance is present its ordinality can be assumed to be 1. If multiple construct instances are present, the ordinality field should be specified with unique values for each instance.
Used to indicate a particular structuring format (e.g., HTML5) used within an instance of StructuredTextType. Note that if the markup tags used by this format would be interpreted as XML information (such as the bracket-based tags of HTML) the text area should be enclosed in a CDATA section to prevent the markup from interferring with XML validation of the STIX document. If this attribute is absent, the implication is that no markup is being used.
Source
<xs:element name="Description" type="stixCommon:StructuredTextType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>A structured Description of this Generic Structured COA.</xs:documentation></xs:annotation></xs:element>
The vocab_reference field specifies the URI to the location of where the controlled vocabulary is defined, e.g., in an externally located XML schema file.
Source
<xs:element name="Type" type="stixCommon:ControlledVocabularyStringType"><xs:annotation><xs:documentation>Specifies the type of Generic Structured COA.</xs:documentation></xs:annotation></xs:element>
The Specification field encapsulates any test mechnism specification in its native format within a string field. The specification should be within a CDATA construct within the string field.
If true, specifies that the content encoded in the element is encoded using Base64 per RFC4648.
Source
<xs:element name="Specification" type="stixCommon:EncodedCDATAType"><xs:annotation><xs:documentation>The Specification field encapsulates any test mechnism specification in its native format within a string field. The specification should be within a CDATA construct within the string field.</xs:documentation></xs:annotation></xs:element>
Complex Type genericStructuredCOA:GenericStructuredCOAType
The GenericStructuredCOAType specifies an instantial extension from the abstract StructuredCOAType intended to support the generic inclusion of any COA content.
Specifies a reference URL for the location of the Generic Structured COA.
Source
<xs:complexType name="GenericStructuredCOAType"><xs:annotation><xs:documentation>The GenericStructuredCOAType specifies an instantial extension from the abstract StructuredCOAType intended to support the generic inclusion of any COA content.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="coa:StructuredCOAType"><xs:sequence><xs:element name="Description" type="stixCommon:StructuredTextType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>A structured Description of this Generic Structured COA.</xs:documentation></xs:annotation></xs:element><xs:element name="Type" type="stixCommon:ControlledVocabularyStringType"><xs:annotation><xs:documentation>Specifies the type of Generic Structured COA.</xs:documentation></xs:annotation></xs:element><xs:element name="Specification" type="stixCommon:EncodedCDATAType"><xs:annotation><xs:documentation>The Specification field encapsulates any test mechnism specification in its native format within a string field. The specification should be within a CDATA construct within the string field.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="reference_location" type="xs:anyURI"><xs:annotation><xs:documentation>Specifies a reference URL for the location of the Generic Structured COA.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="reference_location" type="xs:anyURI"><xs:annotation><xs:documentation>Specifies a reference URL for the location of the Generic Structured COA.</xs:documentation></xs:annotation></xs:attribute>