Namespace
urn:us:gov:ic:revrecall
Annotations
The root element of RevisionRecall.
Diagram
Type
extension of
rr:RevisionRecallType
Type hierarchy
Properties
Used by
Model
Children
arh:Security
,
rr:ActionInstruction
,
rr:Link
,
rr:POC
,
rr:ProductTitle
,
rr:Reason
Instance
<rr:RevisionRecall rr:action= "" rr:dateTime= "" rr:DESVersion= "" rr:id= "" rr:type= "" xmlns:rr= "urn:us:gov:ic:revrecall" xmlns:arh= "urn:us:gov:ic:arh" >
<arh:Security atomicEnergyMarkings= "" classification= "" classificationReason= "" classifiedBy= "" compilationReason= "" compliesWith= "" createDate= "" cuiBasic= "" cuiControlledBy= "" cuiControlledByOffice= "" cuiDecontrolDate= "" cuiDecontrolEvent= "" cuiPOC= "" cuiSpecified= "" declassDate= "" declassEvent= "" declassException= "" derivativelyClassifiedBy= "" derivedFrom= "" DESVersion= "" ntk:DESVersion= "" arh:DESVersion= "" displayOnlyTo= "" disseminationControls= "" exemptFrom= "" externalNotice= "" FGIsourceOpen= "" FGIsourceProtected= "" handleViaChannels= "" hasApproximateMarkings= "" highWaterNATO= "" ISMCATCESVersion= "" joint= "" noAggregation= "" nonICmarkings= "" nonUSControls= "" noticeDate= "" noticeProseID= "" noticeReason= "" noticeType= "" ownerProducer= "" releasableTo= "" resourceElement= "" SARIdentifier= "" SCIcontrols= "" secondBannerLine= "" unregisteredNoticeType= "" > {1,1} </arh:Security>
<rr:ProductTitle atomicEnergyMarkings= "" classification= "" classificationReason= "" classifiedBy= "" compilationReason= "" cuiBasic= "" cuiControlledBy= "" cuiControlledByOffice= "" cuiDecontrolDate= "" cuiDecontrolEvent= "" cuiPOC= "" cuiSpecified= "" declassDate= "" declassEvent= "" declassException= "" derivativelyClassifiedBy= "" derivedFrom= "" displayOnlyTo= "" disseminationControls= "" FGIsourceOpen= "" FGIsourceProtected= "" handleViaChannels= "" hasApproximateMarkings= "" highWaterNATO= "" joint= "" nonICmarkings= "" nonUSControls= "" ownerProducer= "" releasableTo= "" SARIdentifier= "" SCIcontrols= "" secondBannerLine= "" > {1,1} </rr:ProductTitle>
<rr:Reason atomicEnergyMarkings= "" classification= "" classificationReason= "" classifiedBy= "" compilationReason= "" cuiBasic= "" cuiControlledBy= "" cuiControlledByOffice= "" cuiDecontrolDate= "" cuiDecontrolEvent= "" cuiPOC= "" cuiSpecified= "" declassDate= "" declassEvent= "" declassException= "" derivativelyClassifiedBy= "" derivedFrom= "" displayOnlyTo= "" disseminationControls= "" FGIsourceOpen= "" FGIsourceProtected= "" handleViaChannels= "" hasApproximateMarkings= "" highWaterNATO= "" joint= "" nonICmarkings= "" nonUSControls= "" ownerProducer= "" releasableTo= "" SARIdentifier= "" SCIcontrols= "" secondBannerLine= "" > {1,1} </rr:Reason>
<rr:POC atomicEnergyMarkings= "" classification= "" classificationReason= "" classifiedBy= "" compilationReason= "" cuiBasic= "" cuiControlledBy= "" cuiControlledByOffice= "" cuiDecontrolDate= "" cuiDecontrolEvent= "" cuiPOC= "" cuiSpecified= "" declassDate= "" declassEvent= "" declassException= "" derivativelyClassifiedBy= "" derivedFrom= "" displayOnlyTo= "" disseminationControls= "" FGIsourceOpen= "" FGIsourceProtected= "" handleViaChannels= "" hasApproximateMarkings= "" highWaterNATO= "" joint= "" nonICmarkings= "" nonUSControls= "" ownerProducer= "" releasableTo= "" SARIdentifier= "" SCIcontrols= "" secondBannerLine= "" > {1,1} </rr:POC>
<rr:ActionInstruction atomicEnergyMarkings= "" classification= "" classificationReason= "" classifiedBy= "" compilationReason= "" cuiBasic= "" cuiControlledBy= "" cuiControlledByOffice= "" cuiDecontrolDate= "" cuiDecontrolEvent= "" cuiPOC= "" cuiSpecified= "" declassDate= "" declassEvent= "" declassException= "" derivativelyClassifiedBy= "" derivedFrom= "" displayOnlyTo= "" disseminationControls= "" FGIsourceOpen= "" FGIsourceProtected= "" handleViaChannels= "" hasApproximateMarkings= "" highWaterNATO= "" joint= "" nonICmarkings= "" nonUSControls= "" ownerProducer= "" releasableTo= "" SARIdentifier= "" SCIcontrols= "" secondBannerLine= "" > {0,1} </rr:ActionInstruction>
<rr:Link atomicEnergyMarkings= "" classification= "" classificationReason= "" classifiedBy= "" compilationReason= "" cuiBasic= "" cuiControlledBy= "" cuiControlledByOffice= "" cuiDecontrolDate= "" cuiDecontrolEvent= "" cuiPOC= "" cuiSpecified= "" declassDate= "" declassEvent= "" declassException= "" derivativelyClassifiedBy= "" derivedFrom= "" displayOnlyTo= "" disseminationControls= "" FGIsourceOpen= "" FGIsourceProtected= "" handleViaChannels= "" hasApproximateMarkings= "" highWaterNATO= "" joint= "" nonICmarkings= "" nonUSControls= "" ownerProducer= "" releasableTo= "" SARIdentifier= "" SCIcontrols= "" secondBannerLine= "" > {0,unbounded} </rr:Link>
</rr:RevisionRecall>
Attributes
QName
Type
Use
Annotation
rr:DESVersion
restriction of xs:string
required
The version number of the
specification. This attribute is intended for processing systems to determine
the appropriate versions of Schema, Schematron, and CVE values for validation
and interpretation of an instance document.
If there are multiple of
this attribute specified in an instance document, the first one in document
order is the one that will apply to the entire document. Document order is
defined in https://www.w3.org/TR/xpath-datamodel/#document-order
rr:action
CVEnumRevRecallAction
required
Indicates the action to
be performed upon receipt of the revision or recall.
rr:dateTime
xs:dateTime
optional
The date the revision or
recall was issued.
rr:id
xs:int
required
A sequential integer
for the revision. Higher numbers, referring to later revisions, take
precedence over lower numbers.
rr:type
CVEnumRevRecallType
required
Specifies the type of
the revision or recall.
Source
<xs:element name= "RevisionRecall" >
<xs:annotation >
<xs:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > The root element of RevisionRecall. </p>
</xs:documentation>
</xs:annotation>
<xs:complexType >
<xs:complexContent >
<xs:extension base= "rr:RevisionRecallType" >
<xs:attribute ref= "rr:DESVersion" use= "required" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Schema location
RevRecall_XML.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.