nc:BinaryType

complexType BinaryType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a digital representation of an object encoded in a binary format.

Diagram

XML Schema

<xs:complexType name="BinaryType">
<xs:annotation>
<xs:documentation>
A data type for a digital representation of an object encoded in a binary format.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:BinaryID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryHash" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryLocationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryAvailableIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryObjectAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryCaptureDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryCapturer" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryFormatText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryFormatStandardName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryURI" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinarySizeValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>