Namespace
urn:us:gov:ic:tdf
Annotations
A type for holding
base64binary values.
Diagram
Type
extension of xs:base64Binary
Used by
Attributes
QName
Type
Fixed
Default
Use
Annotation
filename
xs:string
optional
This is the filename of the
payload.
isEncrypted
xs:boolean
optional
Used to denote if contents
are encrypted.
mediaType
MediaTypeType
optional
An attribute for expressing
the mediaType of an object as defined in RFC 4288 .
Source
<xs:complexType name= "Base64BinaryValueType" >
<xs:annotation >
<xs:documentation >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > A type for holding base64binary values. </p>
</xs:documentation>
</xs:annotation>
<xs:simpleContent >
<xs:extension base= "xs:base64Binary" >
<xs:attribute ref= "mediaType" use= "optional" />
<xs:attribute ref= "filename" use= "optional" />
<xs:attribute ref= "isEncrypted" use= "optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Schema location
IC-TDF.xsd