stratml:Submitter
The person submitting the plan in StratML format.
Source: documentation
Element information
Namespace: http://www.stratml.net
Schema document: StrategicPlan.xsd
Type: stratml:ContactInformationType
Properties: Global, Qualified
Content
- Sequence [1..1]
- stratml:FirstName [0..1] The first name of the person submitting the plan.
- stratml:LastName [0..1] The last name of the person submitting the plan.
- stratml:PhoneNumber [0..1] The telephone number of the person submitting the plan.
- stratml:EmailAddress [0..1] The Email address of the person submitting the plan.
Attributes
None
Used in
Sample instance
<stratml:Submitter> <stratml:FirstName>string</stratml:FirstName> <stratml:LastName>string</stratml:LastName> <stratml:PhoneNumber>string</stratml:PhoneNumber> <stratml:EmailAddress>string</stratml:EmailAddress> </stratml:Submitter>