Skip to content

Commit

Permalink
Merge pull request #78 from JWParlee/issue_64
Browse files Browse the repository at this point in the history
Corrected documentation for StructuredTextType
  • Loading branch information
johnwunder committed Dec 3, 2013
2 parents 5d1a20e + 362f1db commit 781387e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stix_common.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -712,13 +712,13 @@
</xs:complexType>
<xs:complexType name="StructuredTextType">
<xs:annotation>
<xs:documentation>The StructuredTextType is a type representing a generalized structure for capturing structured or unstructured textual information such as descriptions of things. It mirrors a similar type in CybOX 2.0</xs:documentation>
<xs:documentation>The StructuredTextType is a type representing a generalized structure for capturing structured or unstructured textual information such as descriptions of things.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="structuring_format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>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 CybOX document. If this attribute is absent, the implication is that no markup is being used.</xs:documentation>
<xs:documentation>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.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
Expand Down

0 comments on commit 781387e

Please sign in to comment.