stratml:AdministrativeInformation
Element information
Namespace: http://www.stratml.net
Schema document: StrategicPlan.xsd
Type: stratml:AdministrativeInformationType
Properties: Global, Qualified
Content
- Sequence [1..1]
- stratml:StartDate [0..1] The year, month and day the element with which it is associated is scheduled to begin.
- stratml:EndDate [0..1] The year, month, and day the element with which it is associated is projected to cease, if it is not subsequently extended. Typically the end of a calendar or fiscal year.
- stratml:PublicationDate [0..1] The day, month, and year a strategic plan was published in its current form.
- stratml:Source [0..1] The Web address (URL) for the authoritative source of this document.
- stratml:Submitter [0..1] The person submitting the plan in StratML format.
Attributes
None
Used in
- Anonymous type of element stratml:StrategicPlan
Sample instance
<stratml:AdministrativeInformation> <stratml:StartDate>2000-01-01</stratml:StartDate> <stratml:EndDate>2000-01-01</stratml:EndDate> <stratml:PublicationDate>2000-01-01</stratml:PublicationDate> <stratml:Source>http://www.example.com/</stratml:Source> <stratml:Submitter> <stratml:FirstName>string</stratml:FirstName> <stratml:LastName>string</stratml:LastName> <stratml:PhoneNumber>string</stratml:PhoneNumber> <stratml:EmailAddress>string</stratml:EmailAddress> </stratml:Submitter> </stratml:AdministrativeInformation>