state (hendiOrgs)
Back
<state> (state) contains a description of some status or quality attributed to an organization or corporate body often at some specific time or for a specific date range.
Other Customizations
Attributes
type
req
classifys the type of specification.
Possible values
orgType
(organisation type)
The kind an organization or institution is of.
Example
<state ref="#SCHOL" type="status">
<label>scholar</label>
</state>
Example
<org>
<orgName notAfter="1960">The Silver Beetles</orgName>
<orgName notBefore="1960">The Beatles</orgName>
<state type="membership" from="1960-08" to="1962-05">
<desc>
<persName>John Lennon</persName>
<persName>Paul McCartney</persName>
<persName>George Harrison</persName>
<persName>Stuart Sutcliffe</persName>
<persName>Pete Best</persName>
</desc>
</state>
<state type="membership" notBefore="1963">
<desc>
<persName>John Lennon</persName>
<persName>Paul McCartney</persName>
<persName>George Harrison</persName>
<persName>Ringo Starr</persName>
</desc>
</state>
</org>