MORPH Syntax
 Element < Product>
This is the root of the instance document. It may be named anything the DSL desires.
 Attribute "Name" - xs:NMTOKEN - required
The identification for this product. Must conform to HLA rules for class names; may not contain white space.
 Attribute "DisplayName" - xs:string
A user-friendly name for the model. May contain spaces.
 Attribute "Author" - xs:string
A display name of the creator of this model.
 Attribute "Personality" - xs:NMTOKEN
A reference to the Realm Personality or Group which created this model. Links the Author name to the associated Personality.
 Attribute "Version" - xs:string
A free-form span of text for specifying the version of this model.
 Attribute "Copyright" - xs:string
A free-form span of text for specifying any legal constraints on the model's use.
|