stratml:Organization
The legal or logical entity to which the plan or report applies.
Source: documentation
Element information
Namespace: http://www.stratml.net
Schema document: StrategicPlan.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- stratml:Name [0..1] A word or short phrase intended to identify a concept within the context in which is it being applied.
- stratml:Acronym [0..1] An abbreviation of a proper name, usually composed of the first letters of each word in the name.
- stratml:Identifier [0..1] A string of alphanumeric characters by which the information contained within an element is distinguished from other versions of the same information as well as information contained in other instances of the same element.
- stratml:Description [0..1] A sentence or short paragraph defining and explaining a concept.
- stratml:Stakeholder [0..*] An individual whose interests may be affected by or whose action may be required to achieve a goal or objective.
Attributes
None
Used in
- Anonymous type of element stratml:StrategicPlanCore
Sample instance
<stratml:Organization> <stratml:Name>string</stratml:Name> <stratml:Acronym>string</stratml:Acronym> <stratml:Identifier>ID</stratml:Identifier> <stratml:Description>string</stratml:Description> <stratml:Stakeholder> <stratml:Name>string</stratml:Name> <stratml:Description>string</stratml:Description> </stratml:Stakeholder> </stratml:Organization>