Namespace
urn:us:gov:ic:revrecall
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 compliesWith= "" createDate= "" DESVersion= "" ntk:DESVersion= "" arh:DESVersion= "" exemptFrom= "" ISMCATCESVersion= "" noAggregation= "" noticeDate= "" noticeReason= "" noticeType= "" resourceElement= "" SchemaguideSecurityAttributesGroup= "" unregisteredNoticeType= "" > {1,1} </arh:Security>
<rr:ProductTitle SchemaguideSecurityAttributesGroup= "" > {1,1} </rr:ProductTitle>
<rr:Reason SchemaguideSecurityAttributesGroup= "" > {1,1} </rr:Reason>
<rr:POC SchemaguideSecurityAttributesGroup= "" > {1,1} </rr:POC>
<rr:ActionInstruction SchemaguideSecurityAttributesGroup= "" > {0,1} </rr:ActionInstruction>
<rr:Link xlink:href= "" xlink:label= "" xlink:role= "" SchemaguideSecurityAttributesGroup= "" xlink:title= "" xlink:type= "locator" > {0,unbounded} </rr:Link>
</rr:RevisionRecall>
Attributes
QName
Type
Use
Annotation
rr:DESVersion
restriction of xs:string
required
The version number of the
DES
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: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.