Schema Central  >  LEXS 4.0  >  jxdm.xsd  >  j:Citation
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

j:Citation

Details about an official summons to appear in court or pay a fine given to a subject from a peace official due to a subjects violation or infraction of a law.

Element information

Namespace: http://niem.gov/niem/domains/jxdm/4.1

Schema document: lexs.gov/niem/domains/jxdm/4.1/jxdm.xsd

Type: j:CitationType

Properties: Global, Qualified, Nillable

Content

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

<j:Citation s:metadata="MCitation1"
            s:id="Citation1">
   <nc:ActivityIdentification>
      <nc:IdentificationID>C12345</nc:IdentificationID>
   </nc:ActivityIdentification>
   <nc:ActivityCategoryText>Citation</nc:ActivityCategoryText>
   <nc:ActivityDate>
      <nc:DateTime>1967-08-13T14:20:00.0Z</nc:DateTime>
   </nc:ActivityDate>
   <nc:ActivityDescriptionText>Stuff about the Citation.</nc:ActivityDescriptionText>
   <nc:ActivityStatus>
      <nc:StatusDescriptionText>Status description</nc:StatusDescriptionText>
      <nc:StatusIssuerText>Issuer of status</nc:StatusIssuerText>
   </nc:ActivityStatus>
</j:Citation>