Skip to content

Commit

Permalink
added support for properties on definitions and instances (usnistgov#217
Browse files Browse the repository at this point in the history
)
  • Loading branch information
david-waltermire authored and aj-stein-nist committed Jan 10, 2023
1 parent cbb2c3d commit bb9b6d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions schema/xml/metaschema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,15 @@
<xs:sequence>
<xs:element name="formal-name" type="FormalNameType" minOccurs="0"/>
<xs:element name="description" type="DescriptionType" minOccurs="0"/>
<xs:element name="prop" type="PropertyType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:group>

<xs:complexType name="PropertyType">
<xs:attribute name="namespace" type="URIDatatype" default="http://csrc.nist.gov/ns/oscal/metaschema/1.0"/>
<xs:attribute name="name" type="TokenDatatype" use="required"/>
<xs:attribute name="value" type="TokenDatatype" use="required"/>
</xs:complexType>

<xs:simpleType name="ModelNameType">
<xs:annotation>
Expand Down

0 comments on commit bb9b6d4

Please sign in to comment.