cda datatypes nblock voc common

Element : BIN (XML Type: BIN )


Package : datatypes

XML Type : BIN

Comments : Binary data is a raw block of bits. Binary data is a protected type that MUST not be used outside the data type specification.


Parent : ANY


Name Type cardinality Comment
mixed
ElementWildcard : mixed
EFeatureMapEntry 0...*
representation
Attribute : representation
BinaryDataEncoding 0...1 Specifies the representation of the binary data that is the content of the binary data value.

There are no specific rules for this element.


<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" abstract="true" mixed="true" name="BIN">
      
<xs:annotation>
         
<xs:documentation>
            Binary data is a raw block of bits. Binary data is a
            protected type that MUST not be used outside the data
            type specification.
         
</xs:documentation>
      
</xs:annotation>
      
<xs:complexContent>
         
<xs:extension base="ANY">
            
<xs:attribute default="TXT" name="representation" type="BinaryDataEncoding" use="optional">
               
<xs:annotation>
                  
<xs:documentation>
                     Specifies the representation of the binary data that
                     is the content of the binary data value.
                  
</xs:documentation>
               
</xs:annotation>
            
</xs:attribute>
         
</xs:extension>
      
</xs:complexContent>
   
</xs:complexType>