MAECProject / schemas

MAEC Schemas and Schema Development
84 stars 16 forks source link

Add Support for Capturing Structural Features #116

Open ikiril01 opened 9 years ago

ikiril01 commented 9 years ago

We've identified that certain existing Capabilities, e.g., Code Compression, are really more structural than behavioral features. As such, we should add a new "Structural Features" construct to MAEC for capturing such entities. This will likely be similar to the existing Capabilities structure, albeit simpler.

ikiril01 commented 9 years ago

E.g,

<Structural_Features>
  <Structural_Feature>
    <Name xsi:type="maecVocabs:StructuralFeatureVocab-1.0">code compression</Name>
  </Structural_Feature>
</Structural_Feaures>