Schema Central  >  LEXS 4.0  >  niem-core.xsd  >  nc:ActivityStatus
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

nc:ActivityStatus

A status of an activity.

Element information

Namespace: http://niem.gov/niem/niem-core/2.0

Schema document: lexs.gov/niem/niem-core/2.0/niem-core.xsd

Type: nc:StatusType

Properties: Global, Qualified, Nillable

Content

  • Sequence [1..1]
    1. nc:StatusText [0..1]A status or condition of something or someone.
    2. nc:StatusDate [0..1]A date a status was set, effected, or reported.
    3. nc:StatusDescriptionText [0..1]A description of a status or condition of something or someone.
    4. nc:StatusIssuerText [0..1]A name, identifier, or other reference of a person or organization which assigns a status.

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

Sample instance

<nc:ActivityStatus>
   <nc:StatusDescriptionText>Status description</nc:StatusDescriptionText>
</nc:ActivityStatus>