This document presents the PDS4 Information Model Specification for all components of the Planetary Data System (PDS).
This specification is intended for use by programmers and data engineers who require formal definitions of various parts of the Planetary Data System in order to support development of data sets, archiving utilities, and interfaces involving PDS holdings or operations.
The PDS4 Data Dictionary and the PDS4 Information Model is a joint effort involving representatives from each of the PDS nodes functioning as the PDS4 Data Design Working Group.
This document defines all classes in use in the PDS, including those classes used to define archival elements as well as classes used for high-level descriptions and operational support. It also documents the associations among classes. Figure 1 illustrates a few of the main classes using a Concept Map diagram.
Figure 1 PDS Information Model - Concept Map
The starting point for this document was the PDS3 Information Model Specification (version 0.070916t, 8 September 2008). Deficiencies in PDS3 were a major motivation in developing PDS4, however; so the relationship between the two specifications is largely of historical interest. Relevant to both documents is: Reference Model for an Open Archival Information System (OAIS), CCSDS 650.0-B-1, Blue Book, January 2002.
This document uses very specific engineering terminology to describe the various structures involved. It is particularly important that readers who have absorbed the PDS Standards Reference bear in mind that terms which are familiar in that context can have very different meanings in the present document. Please consult the Glossary for definitions whenever there is any possibility of confusion.
Following are some definitions of essential terms used throughout this document.
An "attribute" is a property or characteristic that allows both identification and distinction.
A "class" is the set of attributes which identifies a family. A class is generic -- a template from which individual members of each family may be constructed.
An "object" is a specific instance of a class.
For example, an electromagnetic wave may be represented mathematically as
For this document we identify two special types of objects -- the "data object" and the "description object." The data object contains "data," and (by itself) is not otherwise constrained. The description object contains information about another object, such as a data object. By linking a data object with a description object we create a pair which includes both the data and enough information that we can start to read and interpret the bits.
A description object can (and often does) exist without being physically accompanied by another object. The object it describes may not be physical (e.g., a space mission which, although it has physical components, is itself a concept) or it may not be practical to include the physical object (e.g., the planet Saturn).
An "association" is a defined relationship between classes. It has one direction. The association in the opposite direction is called an inverse relation.
"Cardinality" is the number of values allowed to an attribute or association in a single class. Cardinality in general is stated as a range with a minimum and maximum. For example, an attribute that may be multi-valued will have a cardinality of "1..*". A cardinality where the minimum and maximum are the same is often shown as the single value. For example, an attribute required to have exactly one value will have a cardinality of "1". When a value is required the minimum cardinality is at least 1. At least one value is always required.
"Entity" is a generic term used to refer to specific attributes or associations listed in a class definition.
Within this document, the term "model" is used to refer to a collection of classes and associations that describe a functional subsection of the Planetary Data System.
Sections 8 through 16 contain the specification for PDS4. The lowest level building blocks (classes) are defined first, then these are used to construct classes at higher levels; for active users of PDS4, the material in Section 9 should seem familiar, but the terminology may be new. The classes in section 12 provide context (instrument, mission, node, etc.).
Section 8: the basic component classes
Section 9: the data description classes
Section 10: the "tagged" classes, the data objects with their descriptions
Section 11: product classes, which are formed from combinations of the above
Section 12: context classes (commonly associated with the PDS Catalog)
Section 13: packaging classes
Section 14: classes needed for operating and maintaining the PDS
Section 15: data type classes
Section 16: the information object class
Each section begins with a brief outline, including a hierarchy of the definitions which follow. In some cases a class is defined to group several subclasses when the class itself never appears in PDS (a "phantom" class). To facilitate cross-referencing, the classes are listed alphabetically within each section. Subsections begin with a note on the position within the hierarchy and a brief description of the class. The heart of each subsection is the class definition table. Sections are often accompanied by a UML diagram which shows the relationships among classes graphically.
Class definition tables comprise five columns. The left column is used to separate the table into functional blocks of contiguous rows. The "hierarchy" block restates the position of the class within the definitional hierarchy, and the "subclass" block identifies any subclasses which may exist (be derived from the current class). Attribute and Association blocks list the properties, characteristics, and relationships of the class, some of which may be inherited from parent classes. The "referenced from" block lists classes which may "call" the class being defined.
Within Attribute blocks, the "entity" column lists the properties and characteristics which identify the class and distinguish it from others. The "Indicator" column (far right) tells whether the attribute is optional (O), restricted (R), or both; a restricted attribute has been inherited from a parent class but its use is more narrow than the parent would allow. The "Cardinality" column (middle) shows the number of values allowed. A required attribute for which only one value is allowed will have cardinality "1". A required attribute for which one or more values is allowed will have cardinality "1..*". If a parent's attribute has cardinality "1..*" but the child's cardinality is "1", the Indicator column should show "R". The "Value" column (fourth) includes the indicator Data Dictionary (DD) when a set of valid values for the attribute are provided in the dictionary. A few attributes that represent types have their valid values included in this column.
The Association blocks are handled similarly. The "Entity" column lists relationships among classes using fabricated, but intuitive, names which are unique and consistent across the Specification. The "Value" column (fourth), which is rarely used in the Attribute blocks, lists the class to which the relationship is made.
During construction of the Specification some classes have been subsumed. In particular, any subclass which does nothing more than provide multiple values for a single attribute (e.g., data_set_target) or any subclass which merely grouped non-repeating attributes (e.g., data_set_information) was subsumed. Only subclasses that grouped several attributes and that repeated were defined explicitly as separate classes (e.g., software_online).
Sections 17-19 contain supplementary information which may be useful in interpreting the remainder of the Specification.
This section provides the basic component classes. The key basic components are the tagged digital object, the tagged non digital object, and their associated classes. These classes define a data object using attributes that provide structural, interpretive, or descriptive information. The associated object being defined can be digital, physical, or conceptual. Examples are respectively, a binary table, an instrument, or a mission. A tagged digital object also has an associated pointer to the digital data object. Also included as basic components are classes that provide information about the context within which the objects exist.
The class hierarchy is illustrated in the following diagram. This diagram presents the subclass relation for each class in a hierarchical (tree) format, providing a visual representation of the classes in relation to their parent classes.
+ + Cross_Reference_Area_Generic
+ + + Cross_Reference_Area
+ + + Cross_Reference_Area_Bundle
+ + + Cross_Reference_Area_Collection
+ + + Cross_Reference_Area_Context
+ + + Cross_Reference_Area_Document
+ + + Cross_Reference_Area_Manifest
+ + + Cross_Reference_Area_Product
+ + + File_Area
+ + + File_Area_Encoded_Image
+ + + File_Area_Inventory_LIDVID_Primary
+ + + File_Area_Inventory_LIDVID_Secondary
+ + + File_Area_Inventory_LID_Secondary
+ + + File_Area_Manifest
+ + + File_Area_Observational
+ + + File_Area_SPICE_Kernel_Binary
+ + + File_Area_SPICE_Kernel_Text
+ + + File_Area_Text
+ + + File_Area_XML_Schema
+ + + Identification_Area_Bundle
+ + + Identification_Area_Collection
+ + + Identification_Area_Document
+ + + Identification_Area_Manifest
+ + + Identification_Area_Product
+ + + Identification_Area_System
+ + Manifest_Entry
+ + Mission_Area
+ + Name_Resolution
+ + Node_Area
+ + Observation_Area
+ + + Collection_Reference_Entry
+ + + Context_Reference_Entry
+ + + Observing_System_Reference_Entry
+ + + Product_Reference_Entry
+ + + Reference_Entry
+ + Subject_Area
+ + Update_Entry
The class hierarchy above includes 44 unique classes.
The classes in this section are illustrated using a Unified Modeling Language (UML) class hierarchy diagram in Figure 2.
Figure 2 Basic Component UML Class Diagram
The following sections present the classes in a table format. The table includes the class hierarchy, class attributes, and class associations. The class attributes and associations listed include both those used to define the class and those inherited from parent classes. Cardinalities are provided where appropriate.
Root Class:Product_Components
Role:Concrete
Class Description:The Bundle Member Entry class provides a member reference to a collection.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Bundle_Member_Entry | ||||
Subclass | none | |||
Attribute | file_specification_name | 1 | ||
lid_reference | 1 | |||
reference_association_type | 1 | has_miscellaneous_collection | ||
has_browse_collection | ||||
has_calibration_collection | ||||
has_data_collection | ||||
has_document_collection | ||||
has_geometry_collection | ||||
has_spice_collection | ||||
has_xml_schema_collection | ||||
has_member_collection | ||||
has_context_collection | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Archive_Bundle | |||
Product_Bundle | ||||
Product_Data_Set_PDS3 |
Root Class:Product_Components
Role:Concrete
Class Description:The Collection Reference Entry class provides a collection specific reference and type information about the reference. The reference is to a product.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Reference_Entry_Generic | ||||
. . Collection_Reference_Entry | ||||
Subclass | none | |||
Attribute | reference_association_type | 1 | has_update_collection | R |
has_associated_collection | ||||
has_investigation_collection | ||||
has_file_manifest_collection | ||||
has_node_collection | ||||
has_publication_collection | ||||
has_target_collection | ||||
has_file_manifest | ||||
Inherited Attribute | lid_reference | 1 | O | |
lidvid_reference | 1 | O | ||
Association | none | |||
Inherited Association | none | |||
Referenced from | Cross_Reference_Area_Collection |
Root Class:Product_Components
Role:Concrete
Class Description:The Context Reference Entry class implements associations between context products. For example, an instrument is associated with an instriument_host which in turn is associated with an investigation.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Reference_Entry_Generic | ||||
. . Context_Reference_Entry | ||||
Subclass | none | |||
Attribute | reference_association_type | 1 | has_instrument_host | R |
has_instrument | ||||
has_investigation | ||||
has_node | ||||
has_personnel | ||||
has_publication | ||||
has_resource | ||||
has_target | ||||
has_association | ||||
has_data_producer | ||||
Inherited Attribute | lid_reference | 1 | O | |
lidvid_reference | 1 | O | ||
Association | none | |||
Inherited Association | none | |||
Referenced from | Cross_Reference_Area_Context |
Root Class:Product_Components
Role:Concrete
Class Description:The cross reference area provides references to associated registered products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Cross_Reference_Area_Generic | ||||
. . Cross_Reference_Area | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_observing_system | 1..* | Observing_System | O |
reference_entry | 1..* | Reference_Entry | OR | |
Inherited Association | bibliographic_reference | 1..* | Bibliographic_Reference | O |
Referenced from | Product_Attribute_Definition | |||
Product_Text_File | ||||
Product_Thumbnail | ||||
Product_XML_Schema |
Root Class:Product_Components
Role:Concrete
Class Description:The bundle cross reference area provides references to associated registered products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Cross_Reference_Area_Generic | ||||
. . Cross_Reference_Area_Bundle | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | reference_entry | 1..* | Reference_Entry | OR |
Inherited Association | bibliographic_reference | 1..* | Bibliographic_Reference | O |
Referenced from | Archive_Bundle | |||
Product_Bundle |
Root Class:Product_Components
Role:Concrete
Class Description:The collection cross reference area provides references to associated registered products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Cross_Reference_Area_Generic | ||||
. . Cross_Reference_Area_Collection | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_observing_system | 1..* | Observing_System | O |
reference_entry | 1..* | Collection_Reference_Entry | OR | |
Inherited Association | bibliographic_reference | 1..* | Bibliographic_Reference | O |
Referenced from | Collection_Browse | |||
Collection_Calibration | ||||
Collection_Context | ||||
Collection_Data | ||||
Collection_Document | ||||
Collection_Generic | ||||
Collection_Geometry | ||||
Collection_Miscellaneous | ||||
Collection_SPICE | ||||
Collection_XML_Schema | ||||
Product_Collection |
Root Class:Product_Components
Role:Concrete
Class Description:The context cross reference area provides references to associated registered products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Cross_Reference_Area_Generic | ||||
. . Cross_Reference_Area_Context | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | reference_entry | 1..* | Context_Reference_Entry | OR |
Inherited Association | bibliographic_reference | 1..* | Bibliographic_Reference | O |
Referenced from | Product_Citation | |||
Product_Data_Set_PDS3 | ||||
Product_Instrument | ||||
Product_Instrument_Host | ||||
Product_Investigation | ||||
Product_Mission | ||||
Product_Node | ||||
Product_PDS_Affiliate | ||||
Product_PDS_Guest | ||||
Product_Resource | ||||
Product_Target | ||||
Product_Update |
Root Class:Product_Components
Role:Concrete
Class Description:The document cross reference area provides references to associated registered products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Cross_Reference_Area_Generic | ||||
. . Cross_Reference_Area_Document | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_observing_system | 1..* | Observing_System | O |
reference_entry | 1..* | Reference_Entry | OR | |
Inherited Association | bibliographic_reference | 1..* | Bibliographic_Reference | O |
Referenced from | Product_Document |
Root Class:Product_Components
Role:Concrete
Class Description:The cross reference area generic provides references for associated products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Cross_Reference_Area_Generic | ||||
Subclass | Cross_Reference_Area | |||
Cross_Reference_Area_Bundle | ||||
Cross_Reference_Area_Collection | ||||
Cross_Reference_Area_Context | ||||
Cross_Reference_Area_Document | ||||
Cross_Reference_Area_Manifest | ||||
Cross_Reference_Area_Product | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | bibliographic_reference | 1..* | Bibliographic_Reference | O |
reference_entry | 1..* | Reference_Entry_Generic | O | |
Inherited Association | none | |||
Referenced from | Collection_Volume_PDS3 | |||
Collection_Volume_Set_PDS3 | ||||
Product | ||||
Product_Digital | ||||
Product_NonDigital | ||||
Product_SPICE_Kernel_Binary | ||||
Product_Zipped |
Root Class:Product_Components
Role:Concrete
Class Description:The manifest cross reference area provides references to associated registered products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Cross_Reference_Area_Generic | ||||
. . Cross_Reference_Area_Manifest | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | reference_entry | 1..* | Reference_Entry | OR |
Inherited Association | bibliographic_reference | 1..* | Bibliographic_Reference | O |
Referenced from | Delivery_Manifest | |||
Package | ||||
Product_Manifest |
Root Class:Product_Components
Role:Concrete
Class Description:The cross reference product area provides references to associated registered products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Cross_Reference_Area_Generic | ||||
. . Cross_Reference_Area_Product | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_observing_system | 1..* | Observing_System | |
reference_entry | 1..* | Product_Reference_Entry | OR | |
Inherited Association | bibliographic_reference | 1..* | Bibliographic_Reference | O |
Referenced from | Product_Array_2D_Image | |||
Product_Array_3D_Image | ||||
Product_Array_3D_Movie | ||||
Product_Array_3D_Spectrum | ||||
Product_Browse | ||||
Product_Non_Specific | ||||
Product_Observational | ||||
Product_SPICE_Kernel_Text | ||||
Product_Stream_Delimited | ||||
Product_Table_Binary | ||||
Product_Table_Binary_Grouped | ||||
Product_Table_Character | ||||
Product_Table_Character_Grouped |
Root Class:Product_Components
Role:Concrete
Class Description:The Document Format Set class is a set consisting of a document format and associated files.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Document_Format_Set | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | document_file | 1..* | Document_File | |
document_format | 1 | Document_Format | ||
Inherited Association | none | |||
Referenced from | Product_Document |
Root Class:Product_Components
Role:Concrete
Class Description:The File Area class describes a file and one or more tagged_data_objects contained within the file.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. File_Area_Generic | ||||
. . File_Area | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_File | 1 | File | R |
has_tagged_data_object | 1..* | Array_2D_Map | OR | |
Array_2D_Image | ||||
Table_Binary_Grouped | ||||
Stream_Delimited | ||||
Stream_Text | ||||
Array_2D_Spectrum | ||||
Array_3D_Image | ||||
Table_Binary | ||||
Header | ||||
Array_3D_Movie | ||||
Array_3D_Spectrum | ||||
Table_Character_Grouped | ||||
Encoded_Image | ||||
File_PDF | ||||
Table_Character | ||||
Inherited Association | none | |||
Referenced from | Product_Browse |
Root Class:Product_Components
Role:Concrete
Class Description:The File Area Encoded Image class describes a file that contains an Encoded Image object.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. File_Area_Generic | ||||
. . File_Area_Encoded_Image | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_tagged_data_object | 1 | Encoded_Image | R |
Inherited Association | has_File | 1 | File | |
Referenced from | Product_Thumbnail |
Root Class:Product_Components
Role:Concrete
Class Description:The File Area Generic class describes a file and one or more tagged_data_objects contained within the file.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. File_Area_Generic | ||||
Subclass | File_Area | |||
File_Area_Encoded_Image | ||||
File_Area_Inventory_LIDVID_Primary | ||||
File_Area_Inventory_LIDVID_Secondary | ||||
File_Area_Inventory_LID_Secondary | ||||
File_Area_Manifest | ||||
File_Area_Observational | ||||
File_Area_SPICE_Kernel_Binary | ||||
File_Area_SPICE_Kernel_Text | ||||
File_Area_Text | ||||
File_Area_XML_Schema | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_File | 1 | File | |
has_tagged_data_object | 1..* | File_PDF | O | |
Table_Binary_Grouped | ||||
Table_Binary | ||||
SPICE_Kernel_Binary | ||||
Encoded_Image | ||||
Array_3D_Image | ||||
SPICE_Kernel_Text | ||||
Array_3D_Spectrum | ||||
Inventory_LIDVID_Primary | ||||
XML_Schema | ||||
Table_Base_Character | ||||
Inventory_LIDVID_Secondary | ||||
Array_2D_Spectrum | ||||
Inventory_LID_Secondary | ||||
Header | ||||
Array_2D_Map | ||||
Stream_Delimited | ||||
Manifest | ||||
Table_Character | ||||
Array_3D_Movie | ||||
Array_2D_Image | ||||
Table_Character_Grouped | ||||
Inherited Association | none | |||
Referenced from | none |
Root Class:Product_Components
Role:Concrete
Class Description:The File Area Inventory LIDVID Primary class describes a file and an inventory with references to primary members. The references are product LIDVIDs.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. File_Area_Generic | ||||
. . File_Area_Inventory_LIDVID_Primary | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_tagged_data_object | 1 | Inventory_LIDVID_Primary | R |
Inherited Association | has_File | 1 | File | |
Referenced from | Collection_Browse | |||
Collection_Calibration | ||||
Collection_Context | ||||
Collection_Data | ||||
Collection_Document | ||||
Collection_Generic | ||||
Collection_Geometry | ||||
Collection_Miscellaneous | ||||
Collection_SPICE | ||||
Collection_XML_Schema | ||||
Product_Collection |
Root Class:Product_Components
Role:Concrete
Class Description:The File Area Inventory LIDVID Secondary class describes a file and an inventory with references to secondary members. The references are product LIDVIDs.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. File_Area_Generic | ||||
. . File_Area_Inventory_LIDVID_Secondary | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_tagged_data_object | 1 | Inventory_LIDVID_Secondary | R |
Inherited Association | has_File | 1 | File | |
Referenced from | Collection_Browse | |||
Collection_Calibration | ||||
Collection_Context | ||||
Collection_Data | ||||
Collection_Document | ||||
Collection_Generic | ||||
Collection_Geometry | ||||
Collection_Miscellaneous | ||||
Collection_SPICE | ||||
Collection_XML_Schema | ||||
Product_Collection |
Root Class:Product_Components
Role:Concrete
Class Description:The File Area Inventory LID Secondary class describes a file and an inventory with references to secondary members. The references are product LIDs.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. File_Area_Generic | ||||
. . File_Area_Inventory_LID_Secondary | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_tagged_data_object | 1 | Inventory_LID_Secondary | R |
Inherited Association | has_File | 1 | File | |
Referenced from | Collection_Browse | |||
Collection_Calibration | ||||
Collection_Context | ||||
Collection_Data | ||||
Collection_Document | ||||
Collection_Generic | ||||
Collection_Geometry | ||||
Collection_Miscellaneous | ||||
Collection_SPICE | ||||
Collection_XML_Schema | ||||
Product_Collection |
Root Class:Product_Components
Role:Concrete
Class Description:The File Area Manifest class describes a file that contains a character table that is compliant to a file generated from MD5 checksum software.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. File_Area_Generic | ||||
. . File_Area_Manifest | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_tagged_data_object | 1 | Manifest | R |
Inherited Association | has_File | 1 | File | |
Referenced from | Delivery_Manifest | |||
Package | ||||
Product_Manifest |
Root Class:Product_Components
Role:Concrete
Class Description:The File Area Observational class describes, for an observational product, a file and one or more tagged_data_objects contained within the file.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. File_Area_Generic | ||||
. . File_Area_Observational | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_tagged_data_object | 1..* | Array_2D_Map | OR |
Array_2D_Image | ||||
Table_Binary_Grouped | ||||
Stream_Delimited | ||||
Stream_Text | ||||
Array_2D_Spectrum | ||||
Array_3D_Image | ||||
Table_Binary | ||||
Header | ||||
Array_3D_Movie | ||||
Array_3D_Spectrum | ||||
Table_Character_Grouped | ||||
Table_Character | ||||
Inherited Association | has_File | 1 | File | |
Referenced from | Product_Array_2D_Image | |||
Product_Array_3D_Image | ||||
Product_Array_3D_Movie | ||||
Product_Array_3D_Spectrum | ||||
Product_Non_Specific | ||||
Product_Observational | ||||
Product_Stream_Delimited | ||||
Product_Table_Binary | ||||
Product_Table_Binary_Grouped | ||||
Product_Table_Character | ||||
Product_Table_Character_Grouped |
Root Class:Product_Components
Role:Concrete
Class Description:The File Area SPICE Kernel Text class describes a file that contains a SPICE Kernel Binary object.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. File_Area_Generic | ||||
. . File_Area_SPICE_Kernel_Binary | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_tagged_data_object | 1 | SPICE_Kernel_Binary | R |
Inherited Association | has_File | 1 | File | |
Referenced from | Product_SPICE_Kernel_Binary |
Root Class:Product_Components
Role:Concrete
Class Description:The File Area SPICE Kernel Text class describes a file that contains a SPICE Kernel Text object.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. File_Area_Generic | ||||
. . File_Area_SPICE_Kernel_Text | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_tagged_data_object | 1 | SPICE_Kernel_Text | R |
Inherited Association | has_File | 1 | File | |
Referenced from | Product_SPICE_Kernel_Text |
Root Class:Product_Components
Role:Concrete
Class Description:The File Area Text class describes a file that contains a text stream object.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. File_Area_Generic | ||||
. . File_Area_Text | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_tagged_data_object | 1 | Stream_Text | R |
Inherited Association | has_File | 1 | File | |
Referenced from | Product_Text_File |
Root Class:Product_Components
Role:Concrete
Class Description:The File Area XML Schema class describes a file that contains an XML Schema object.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. File_Area_Generic | ||||
. . File_Area_XML_Schema | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_tagged_data_object | 1 | XML_Schema | R |
Inherited Association | has_File | 1 | File | |
Referenced from | Product_XML_Schema |
Root Class:Product_Components
Role:Concrete
Class Description:The identification area consists of attributes that identify and name an object.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Identification_Area | ||||
Subclass | Identification_Area_Bundle | |||
Identification_Area_Collection | ||||
Identification_Area_Document | ||||
Identification_Area_Manifest | ||||
Identification_Area_Product | ||||
Identification_Area_System | ||||
Attribute | alternate_id | 1..* | O | |
alternate_title | 1..* | O | ||
last_modification_date_time | 1 | O | ||
logical_identifier | 1 | |||
product_class | 1 | |||
product_subclass | 1 | O | ||
title | 1 | |||
version_id | 1 | |||
Inherited Attribute | none | |||
Association | subject_area | 1 | Subject_Area | O |
Inherited Association | none | |||
Referenced from | Collection_Volume_PDS3 | |||
Collection_Volume_Set_PDS3 | ||||
Product | ||||
Product_Attribute_Definition | ||||
Product_Citation | ||||
Product_Digital | ||||
Product_Node | ||||
Product_NonDigital | ||||
Product_PDS_Affiliate | ||||
Product_PDS_Guest | ||||
Product_Resource | ||||
Product_SPICE_Kernel_Binary | ||||
Product_SPICE_Kernel_Text | ||||
Product_Text_File | ||||
Product_Thumbnail | ||||
Product_Update | ||||
Product_XML_Schema | ||||
Product_Zipped |
Root Class:Product_Components
Role:Concrete
Class Description:The bundle identification area consists of attributes that identify and name a bundle.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Identification_Area | ||||
. . Identification_Area_Bundle | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | alternate_id | 1..* | O | |
alternate_title | 1..* | O | ||
last_modification_date_time | 1 | O | ||
logical_identifier | 1 | |||
product_class | 1 | |||
product_subclass | 1 | O | ||
title | 1 | |||
version_id | 1 | |||
Association | none | |||
Inherited Association | subject_area | 1 | Subject_Area | O |
Referenced from | Archive_Bundle | |||
Product_Bundle |
Root Class:Product_Components
Role:Concrete
Class Description:The collection identification area consists of attributes that identify and name a collection.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Identification_Area | ||||
. . Identification_Area_Collection | ||||
Subclass | none | |||
Attribute | contains_primary_member | 1 | ||
Inherited Attribute | alternate_id | 1..* | O | |
alternate_title | 1..* | O | ||
last_modification_date_time | 1 | O | ||
logical_identifier | 1 | |||
product_class | 1 | |||
product_subclass | 1 | O | ||
title | 1 | |||
version_id | 1 | |||
Association | none | |||
Inherited Association | subject_area | 1 | Subject_Area | O |
Referenced from | Collection_Browse | |||
Collection_Calibration | ||||
Collection_Context | ||||
Collection_Data | ||||
Collection_Document | ||||
Collection_Generic | ||||
Collection_Geometry | ||||
Collection_Miscellaneous | ||||
Collection_SPICE | ||||
Collection_XML_Schema | ||||
Product_Collection |
Root Class:Product_Components
Role:Concrete
Class Description:The document identification area consists of attributesthat identify and name a document product.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Identification_Area | ||||
. . Identification_Area_Document | ||||
Subclass | none | |||
Attribute | product_subclass | 1 | ERRATA | R |
AAREADME | ||||
SIS | ||||
Programmers_Manual | ||||
Users_Manual | ||||
example.DPH | ||||
Inherited Attribute | alternate_id | 1..* | O | |
alternate_title | 1..* | O | ||
last_modification_date_time | 1 | O | ||
logical_identifier | 1 | |||
product_class | 1 | |||
title | 1 | |||
version_id | 1 | |||
Association | subject_area | 1 | Subject_Area | R |
Inherited Association | none | |||
Referenced from | Product_Document |
Root Class:Product_Components
Role:Concrete
Class Description:The manifest identification area consists of attributes that identify and name a manifest.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Identification_Area | ||||
. . Identification_Area_Manifest | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | alternate_id | 1..* | O | |
alternate_title | 1..* | O | ||
last_modification_date_time | 1 | O | ||
logical_identifier | 1 | |||
product_class | 1 | |||
product_subclass | 1 | O | ||
title | 1 | |||
version_id | 1 | |||
Association | none | |||
Inherited Association | subject_area | 1 | Subject_Area | O |
Referenced from | Delivery_Manifest | |||
Package | ||||
Product_Manifest |
Root Class:Product_Components
Role:Concrete
Class Description:The product identification area consists of attributes that identify and name a data product.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Identification_Area | ||||
. . Identification_Area_Product | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | alternate_id | 1..* | O | |
alternate_title | 1..* | O | ||
last_modification_date_time | 1 | O | ||
logical_identifier | 1 | |||
product_class | 1 | |||
product_subclass | 1 | O | ||
title | 1 | |||
version_id | 1 | |||
Association | subject_area | 1 | Subject_Area | R |
Inherited Association | none | |||
Referenced from | Product_Array_2D_Image | |||
Product_Array_3D_Image | ||||
Product_Array_3D_Movie | ||||
Product_Array_3D_Spectrum | ||||
Product_Browse | ||||
Product_Data_Set_PDS3 | ||||
Product_Instrument | ||||
Product_Instrument_Host | ||||
Product_Investigation | ||||
Product_Mission | ||||
Product_Non_Specific | ||||
Product_Observational | ||||
Product_Stream_Delimited | ||||
Product_Table_Binary | ||||
Product_Table_Binary_Grouped | ||||
Product_Table_Character | ||||
Product_Table_Character_Grouped | ||||
Product_Target |
Root Class:Product_Components
Role:Concrete
Class Description:The system identification area consists of attributes that identify and name a system collection.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Identification_Area | ||||
. . Identification_Area_System | ||||
Subclass | none | |||
Attribute | home | 1 | ||
product_class | 1 | R | ||
Inherited Attribute | alternate_id | 1..* | O | |
alternate_title | 1..* | O | ||
last_modification_date_time | 1 | O | ||
logical_identifier | 1 | |||
product_subclass | 1 | O | ||
title | 1 | |||
version_id | 1 | |||
Association | none | |||
Inherited Association | subject_area | 1 | Subject_Area | O |
Referenced from | none |
Root Class:Product_Components
Role:Concrete
Class Description:The Manifest Entry class provides a reference and information about the reference. The reference is to a file.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Manifest_Entry | ||||
Subclass | none | |||
Attribute | directory_path_name | 1 | ||
file_name | 1 | |||
md5_checksum | 1 | O | ||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Product_Components
Role:Concrete
Class Description:The mission area allow the insertion of mission specific metadata.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Mission_Area | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Observation_Area |
Root Class:Product_Components
Role:Concrete
Class Description:The Name_Resolution class provides both primary and alternate names of an object.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Name_Resolution | ||||
Subclass | none | |||
Attribute | class_name | 1 | ||
lidvid_reference | 1..* | O | ||
name | 1 | |||
primary_name | 1 | |||
role | 1 | PRIMARY | ||
ALTERNATE | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Subject_Area |
Root Class:Product_Components
Role:Concrete
Class Description:The node area allow the insertion of node specific metadata.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Node_Area | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Observation_Area |
Root Class:Product_Components
Role:Concrete
Class Description:The observation area consists of attributes that provide information about the circumstances under which the data were collected.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Observation_Area | ||||
Subclass | none | |||
Attribute | comment | 1 | O | |
local_mean_solar_time | 1 | O | ||
local_true_solar_time | 1 | O | ||
mission_phase_name | 1 | O | ||
orbit_number | 1 | O | ||
planet_day_number | 1 | O | ||
solar_longitude | 1 | O | ||
spacecraft_clock_cnt_partition | 1 | O | ||
spacecraft_clock_start_count | 1 | O | ||
spacecraft_clock_stop_count | 1 | O | ||
start_date_time | 1 | |||
stop_date_time | 1 | |||
Inherited Attribute | none | |||
Association | has_mission_area | 1..* | Mission_Area | O |
has_node_area | 1..* | Node_Area | O | |
Inherited Association | none | |||
Referenced from | Product_Array_2D_Image | |||
Product_Array_3D_Image | ||||
Product_Array_3D_Movie | ||||
Product_Array_3D_Spectrum | ||||
Product_Non_Specific | ||||
Product_Observational | ||||
Product_Stream_Delimited | ||||
Product_Table_Binary | ||||
Product_Table_Binary_Grouped | ||||
Product_Table_Character | ||||
Product_Table_Character_Grouped |
Root Class:Product_Components
Role:Concrete
Class Description:The Observing System Reference Entry class provides a product specific reference and type information about the reference. The references are to components of the observing system.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Reference_Entry_Generic | ||||
. . Observing_System_Reference_Entry | ||||
Subclass | none | |||
Attribute | reference_association_type | 1 | has_instrument_host | R |
has_instrument | ||||
has_association | ||||
Inherited Attribute | lid_reference | 1 | O | |
lidvid_reference | 1 | O | ||
Association | none | |||
Inherited Association | none | |||
Referenced from | Observing_System_Component |
Root Class:Product_Components
Role:Abstract
Class Description:The Product Component class is an abstract class for the components of the Product class.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
Subclass | Bundle_Member_Entry | |||
Cross_Reference_Area_Generic | ||||
Document_Format_Set | ||||
File_Area_Generic | ||||
Identification_Area | ||||
Manifest_Entry | ||||
Mission_Area | ||||
Name_Resolution | ||||
Node_Area | ||||
Observation_Area | ||||
Reference_Entry_Generic | ||||
Subject_Area | ||||
Update_Entry | ||||
Zipped_Member_Entry | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Product_Components
Role:Concrete
Class Description:The Product Reference Entry class provides a product specific reference and type information about the reference. The reference is to a product.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Reference_Entry_Generic | ||||
. . Product_Reference_Entry | ||||
Subclass | none | |||
Attribute | reference_association_type | 1 | has_browse | R |
has_calibration | ||||
has_publication | ||||
has_geometry | ||||
has_personnel | ||||
has_spice | ||||
has_target | ||||
has_thumbnail | ||||
curated_by_node | ||||
has_association | ||||
has_document | ||||
has_investigation | ||||
has_node | ||||
has_instrument | ||||
has_instrument_host | ||||
has_primary_collection | ||||
has_resource | ||||
has_primary_product | ||||
Inherited Attribute | lid_reference | 1 | O | |
lidvid_reference | 1 | O | ||
Association | none | |||
Inherited Association | none | |||
Referenced from | Cross_Reference_Area_Product |
Root Class:Product_Components
Role:Concrete
Class Description:The Reference Entry class provides a reference and type information about the reference. The reference is to a product.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Reference_Entry_Generic | ||||
. . Reference_Entry | ||||
Subclass | none | |||
Attribute | reference_association_type | 1 | has_association | R |
Inherited Attribute | lid_reference | 1 | O | |
lidvid_reference | 1 | O | ||
Association | none | |||
Inherited Association | none | |||
Referenced from | Cross_Reference_Area | |||
Cross_Reference_Area_Bundle | ||||
Cross_Reference_Area_Document | ||||
Cross_Reference_Area_Manifest |
Root Class:Product_Components
Role:Abstract
Class Description:The Reference Entry Generic class provides a reference and type information about the reference. The reference is to a product.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Reference_Entry_Generic | ||||
Subclass | Collection_Reference_Entry | |||
Context_Reference_Entry | ||||
Observing_System_Reference_Entry | ||||
Product_Reference_Entry | ||||
Reference_Entry | ||||
Attribute | lid_reference | 1 | O | |
lidvid_reference | 1 | O | ||
reference_association_type | 1 | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Cross_Reference_Area_Generic | |||
Update_Entry |
Root Class:Product_Components
Role:Concrete
Class Description:The Subject Area provides one or more topics associated with the identifiable using keywords, key phrases, or classification codes.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Subject_Area | ||||
Subclass | none | |||
Attribute | data_set_name | 1..* | O | |
full_name | 1..* | O | ||
instrument_host_name | 1..* | O | ||
instrument_name | 1..* | O | ||
investigation_name | 1..* | O | ||
observing_system_name | 1..* | O | ||
target_name | 1..* | O | ||
Inherited Attribute | none | |||
Association | name_resolution | 1..* | Name_Resolution | O |
Inherited Association | none | |||
Referenced from | Identification_Area | |||
Identification_Area_Bundle | ||||
Identification_Area_Collection | ||||
Identification_Area_Document | ||||
Identification_Area_Manifest | ||||
Identification_Area_Product | ||||
Identification_Area_System |
Root Class:Product_Components
Role:Concrete
Class Description:The Update Entry class provides the date and description of an update.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Update_Entry | ||||
Subclass | none | |||
Attribute | actor_name | 1 | ||
date_time | 1 | |||
description | 1 | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Reference_Entry_Generic | O |
Inherited Association | none | |||
Referenced from | Update |
Root Class:Product_Components
Role:Concrete
Class Description:The Zipped Member Entry class provides a member reference to a product.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product_Components | |||
. Zipped_Member_Entry | ||||
Subclass | none | |||
Attribute | file_specification_name | 1 | ||
lidvid_reference | 1 | |||
md5_checksum | 1 | |||
reference_association_type | 1 | manifest_product | ||
contained_product | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Product_Zipped |
The Tagged Digital Object classes define digital objects. For example, the Array Base class defined an array digital object as an n-dimensional array of elements, all of the same type.
The class hierarchy for Tagged Digital Objects is illustrated in the following diagram. This diagram presents the subclass relation for each class in a hierarchical (tree) format and provides a visual representation of the classes in relation to their parent classes.
+ + + Property_Map
+ + + Property_Map_Entry
+ + Array_Axis
+ + Array_Element
+ + Document_Format
+ + Image_2D_Display
+ + Stream_Delimited_Field_Sequence
+ + Stream_Delimited_Grouped_Sequence
+ + Table_Binary_Field_Sequence
+ + Table_Binary_Grouped_Sequence
+ + Table_Character_Field_Sequence
+ + Table_Character_Grouped_Sequence
+ + Table_Field
+ + + Table_Field_Checksum
+ + + Table_Field_Extended
+ + + + Table_Binary_Field
+ + + + Table_Binary_Grouped_Bit_Field
+ + + + Table_Binary_Grouped_Field
+ + + + Table_Character_Field
+ + + + Table_Character_Grouped_Field
+ + + Table_Field_File_Specification_Name
+ + + Table_Field_LID
+ + + Table_Field_LIDVID
+ + Table_Record
+ + + Table_Record_Binary
+ + + Table_Record_Binary_Grouped
+ + + Table_Record_Character
+ + + Table_Record_Character_Grouped
+ + + Table_Record_Inventory_LIDVID_Primary
+ + + Table_Record_Inventory_LIDVID_Secondary
+ + + Table_Record_Inventory_LID_Secondary
+ + + Table_Record_Manifest
+ + TDO_Others
+ + + Document_Desc
+ + + File
+ + + + Document_File
+ + TDO_Structures
+ + + Array_Base
+ + + + Array_2D
+ + + + + Array_2D_Image
+ + + + + Array_2D_Map
+ + + + + Array_2D_Spectrum
+ + + + Array_3D
+ + + + + Array_3D_Image
+ + + + + Array_3D_Movie
+ + + + + Array_3D_Spectrum
+ + + Encoded_Byte_Stream
+ + + + Encoded_Image
+ + + + File_PDF
+ + + + Header
+ + + + SPICE_Kernel_Binary
+ + + Parsable_Byte_Stream
+ + + + SPICE_Kernel_Text
+ + + + Stream_Delimited
+ + + + Stream_Text
+ + + + + XML_Schema
+ + + Table_Base
+ + + + Table_Base_Binary
+ + + + + Table_Binary
+ + + + + Table_Binary_Grouped
+ + + + Table_Base_Character
+ + + + + Inventory_LIDVID_Primary
+ + + + + Inventory_LIDVID_Secondary
+ + + + + Inventory_LID_Secondary
+ + + + + Manifest
+ + + + + Table_Character
+ + + + + Table_Character_Grouped
The class hierarchy above includes 72 unique classes.
The Tagged Digital Object classes are illustrated using a UML class hierarchy diagram in Figure 3. This diagram defines the classes that describe and point to digital objects.
Figure 3 Tagged Digital Object UML Class Diagram
The following sections present the classes in a table format. The table includes the class hierarchy, class attributes, and class associations. The class attributes and associations listed include both those used to define the class and those inherited from parent classes. Cardinalities are provided where appropriate.
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Array 2D class is the parent class for all two dimensional array base classes.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Array_Base | ||||
. . . Array_2D | ||||
Subclass | Array_2D_Image | |||
Array_2D_Map | ||||
Array_2D_Spectrum | ||||
Attribute | axes | 1 | 2 | R |
Inherited Attribute | axis_order | 1 | FIRST_INDEX_FASTEST | |
encoding_type | 1 | BINARY | R | |
offset | 1 | |||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | has_Array_Axis | 2 | Array_Axis | R |
Inherited Association | has_Array_Element | 1 | Array_Element | |
data_object | 1 | Digital_Object | R | |
Referenced from | none |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Array 2D Image class is an extension of array_base and defines a two dimensional image.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Array_Base | ||||
. . . Array_2D | ||||
. . . . Array_2D_Image | ||||
Subclass | none | |||
Attribute | axis_order | 1 | FIRST_INDEX_FASTEST | R |
Inherited Attribute | axes | 1 | 2 | R |
encoding_type | 1 | BINARY | R | |
offset | 1 | |||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | associated_Object_Statistics | 1 | Object_Statistics | O |
associated_Special_Constants | 1 | Special_Constants | O | |
has_image_2d_display | 1 | Image_2D_Display | O | |
Inherited Association | has_Array_Axis | 2 | Array_Axis | R |
has_Array_Element | 1 | Array_Element | ||
data_object | 1 | Digital_Object | R | |
Referenced from | File_Area | |||
File_Area_Generic | ||||
File_Area_Observational |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Array 2D Map class is an extension of array_base and defines a two dimensional map.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Array_Base | ||||
. . . Array_2D | ||||
. . . . Array_2D_Map | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | axes | 1 | 2 | R |
axis_order | 1 | FIRST_INDEX_FASTEST | ||
encoding_type | 1 | BINARY | R | |
offset | 1 | |||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | none | |||
Inherited Association | has_Array_Axis | 2 | Array_Axis | R |
has_Array_Element | 1 | Array_Element | ||
data_object | 1 | Digital_Object | R | |
Referenced from | File_Area | |||
File_Area_Generic | ||||
File_Area_Observational |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Array 2D Spectrum class is an extension of array_base and defines a two dimensional spectrum.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Array_Base | ||||
. . . Array_2D | ||||
. . . . Array_2D_Spectrum | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | axes | 1 | 2 | R |
axis_order | 1 | FIRST_INDEX_FASTEST | ||
encoding_type | 1 | BINARY | R | |
offset | 1 | |||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | none | |||
Inherited Association | has_Array_Axis | 2 | Array_Axis | R |
has_Array_Element | 1 | Array_Element | ||
data_object | 1 | Digital_Object | R | |
Referenced from | File_Area | |||
File_Area_Generic | ||||
File_Area_Observational |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Array 3D class is the parent class for all three dimensional array base classes.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Array_Base | ||||
. . . Array_3D | ||||
Subclass | Array_3D_Image | |||
Array_3D_Movie | ||||
Array_3D_Spectrum | ||||
Attribute | axes | 1 | 3 | R |
Inherited Attribute | axis_order | 1 | FIRST_INDEX_FASTEST | |
encoding_type | 1 | BINARY | R | |
offset | 1 | |||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | has_Array_Axis | 3 | Array_Axis | R |
Inherited Association | has_Array_Element | 1 | Array_Element | |
data_object | 1 | Digital_Object | R | |
Referenced from | none |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Array 3D Image class is an extension of array_base and defines a three dimensional image.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Array_Base | ||||
. . . Array_3D | ||||
. . . . Array_3D_Image | ||||
Subclass | none | |||
Attribute | axis_order | 1 | FIRST_INDEX_FASTEST | R |
Inherited Attribute | axes | 1 | 3 | R |
encoding_type | 1 | BINARY | R | |
offset | 1 | |||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | none | |||
Inherited Association | has_Array_Axis | 3 | Array_Axis | R |
has_Array_Element | 1 | Array_Element | ||
data_object | 1 | Digital_Object | R | |
Referenced from | File_Area | |||
File_Area_Generic | ||||
File_Area_Observational |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Array 3D Movie class is an extension of array_base and defines a movie as a set of two dimensional images in a time series.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Array_Base | ||||
. . . Array_3D | ||||
. . . . Array_3D_Movie | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | axes | 1 | 3 | R |
axis_order | 1 | FIRST_INDEX_FASTEST | ||
encoding_type | 1 | BINARY | R | |
offset | 1 | |||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | none | |||
Inherited Association | has_Array_Axis | 3 | Array_Axis | R |
has_Array_Element | 1 | Array_Element | ||
data_object | 1 | Digital_Object | R | |
Referenced from | File_Area | |||
File_Area_Generic | ||||
File_Area_Observational |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Array 3D Spectrum class is an extension of array_base and defines a three dimensional spectrum.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Array_Base | ||||
. . . Array_3D | ||||
. . . . Array_3D_Spectrum | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | axes | 1 | 3 | R |
axis_order | 1 | FIRST_INDEX_FASTEST | ||
encoding_type | 1 | BINARY | R | |
offset | 1 | |||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | none | |||
Inherited Association | has_Array_Axis | 3 | Array_Axis | R |
has_Array_Element | 1 | Array_Element | ||
data_object | 1 | Digital_Object | R | |
Referenced from | File_Area | |||
File_Area_Generic | ||||
File_Area_Observational |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Array Axis class is used as a component of the array class and defines an axis of the array.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Array_Axis | ||||
Subclass | none | |||
Attribute | elements | 1 | ||
name | 1 | |||
sequence_number | 1 | |||
unit | 1 | mol | O | |
arcmin | ||||
arcsec | ||||
deg | ||||
hr | ||||
mrad | ||||
rad | ||||
deg/day | ||||
deg/s | ||||
rad/s | ||||
m**2 | ||||
hz | ||||
AU | ||||
Angstrom | ||||
cm | ||||
km | ||||
m | ||||
micrometer | ||||
mm | ||||
nm | ||||
g | ||||
kg | ||||
DN | ||||
pixel | ||||
none | ||||
airmass | ||||
Pa | ||||
bar | ||||
hPa | ||||
mbar | ||||
W*m**-2*sr**-1 | ||||
counts/bin | ||||
kilobits/s | ||||
electron/DN | ||||
km/pixel | ||||
m/pixel | ||||
mm/pixel | ||||
pixel/deg | ||||
sr | ||||
byte | ||||
K | ||||
degC | ||||
day | ||||
hr | ||||
microseconds | ||||
min | ||||
ms | ||||
s | ||||
yr | ||||
cm/s | ||||
km/s | ||||
m/s | ||||
V | ||||
mV | ||||
L | ||||
m**3 | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Array_2D | |||
Array_2D_Image | ||||
Array_2D_Map | ||||
Array_2D_Spectrum | ||||
Array_3D | ||||
Array_3D_Image | ||||
Array_3D_Movie | ||||
Array_3D_Spectrum | ||||
Array_Base |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Array Base class defines a homogeneous N-dimensional array of scalars. The Array Base class is the parent class for all n-dimensional arrays of scalars.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Array_Base | ||||
Subclass | Array_2D | |||
Array_3D | ||||
Attribute | axes | 1 | ||
axis_order | 1 | FIRST_INDEX_FASTEST | ||
encoding_type | 1 | BINARY | R | |
offset | 1 | |||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
Association | has_Array_Axis | 1..* | Array_Axis | O |
has_Array_Element | 1 | Array_Element | ||
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | none |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Array Element class is used as a component of the array class and defines an element of the array.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Array_Element | ||||
Subclass | none | |||
Attribute | data_type | 1 | IEEE754Single | |
IEEE754Double | ||||
UnsignedByte | ||||
SignedMSB2 | ||||
SignedMSB4 | ||||
SignedMSB8 | ||||
SignedLSB4 | ||||
SignedLSB2 | ||||
SignedLSB8 | ||||
scaling_factor | 1 | O | ||
unit | 1 | mol | O | |
arcmin | ||||
arcsec | ||||
deg | ||||
hr | ||||
mrad | ||||
rad | ||||
deg/day | ||||
deg/s | ||||
rad/s | ||||
m**2 | ||||
hz | ||||
AU | ||||
Angstrom | ||||
cm | ||||
km | ||||
m | ||||
micrometer | ||||
mm | ||||
nm | ||||
g | ||||
kg | ||||
DN | ||||
pixel | ||||
none | ||||
airmass | ||||
Pa | ||||
bar | ||||
hPa | ||||
mbar | ||||
W*m**-2*sr**-1 | ||||
counts/bin | ||||
kilobits/s | ||||
electron/DN | ||||
km/pixel | ||||
m/pixel | ||||
mm/pixel | ||||
pixel/deg | ||||
sr | ||||
byte | ||||
K | ||||
degC | ||||
day | ||||
hr | ||||
microseconds | ||||
min | ||||
ms | ||||
s | ||||
yr | ||||
cm/s | ||||
km/s | ||||
m/s | ||||
V | ||||
mV | ||||
L | ||||
m**3 | ||||
value_offset | 1 | O | ||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Array_2D | |||
Array_2D_Image | ||||
Array_2D_Map | ||||
Array_2D_Spectrum | ||||
Array_3D | ||||
Array_3D_Image | ||||
Array_3D_Movie | ||||
Array_3D_Spectrum | ||||
Array_Base |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Document_Desc class describes a document.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Others | ||||
. . Document_Desc | ||||
Subclass | none | |||
Attribute | acknowledgement_text | 1 | O | |
author_list | 1 | O | ||
copyright | 1 | O | ||
description | 1 | O | ||
document_title | 1 | O | ||
doi | 1 | O | ||
editor_list | 1 | O | ||
publication_date | 1 | |||
revision_id | 1 | O | ||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | Product_Document |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Document File class describes a file which is a part of a document.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Others | ||||
. . File | ||||
. . . Document_File | ||||
Subclass | none | |||
Attribute | directory_path_name | 1 | O | |
encoding_type | 1 | BINARY | ||
CHARACTER | ||||
external_standard_id | 1 | PDF-A | ||
ENCAPSULATED_POSTSCRIPT | ||||
GIF | ||||
HTML | ||||
JPG | ||||
LaTEX | ||||
MICROSOFT_WORD | ||||
PNG | ||||
POSTSCRIPT | ||||
RICH_TEXT | ||||
TEXT | ||||
TIFF | ||||
Inherited Attribute | comment | 1 | O | |
creation_date_time | 1 | O | ||
file_name | 1 | |||
file_size | 1 | O | ||
local_identifier | 1 | O | ||
max_record_bytes | 1 | O | ||
md5_checksum | 1 | O | ||
records | 1 | O | ||
Association | none | |||
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | Document_Format_Set |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Document Format provides a description of a variant of a logical document that is stored in a specific format. For example the PDS Standards Reference has HTML and PDF formatted versions.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Document_Format | ||||
Subclass | none | |||
Attribute | description | 1 | O | |
format_type | 1 | HTML | ||
TEXT | ||||
PDF-A | ||||
starting_point_identifier | 1 | O | ||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Document_Format_Set |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Encoded Byte Stream class defines byte streams that must be decoded by sofware before use. These byte streams must only use standard encodings. The Encoded Byte Stream class is the parent class for all encoded byte streams.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Encoded_Byte_Stream | ||||
Subclass | Encoded_Image | |||
File_PDF | ||||
Header | ||||
SPICE_Kernel_Binary | ||||
Attribute | encoding_type | 1 | BINARY | R |
external_standard_id | 1 | |||
offset | 1 | |||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | none |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Encoded Image class, a subclass of Encoded Byte stream is used for ancillary images in standard formats, such as JPEG.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Encoded_Byte_Stream | ||||
. . . Encoded_Image | ||||
Subclass | none | |||
Attribute | external_standard_id | 1 | JPEG | R |
GIF | ||||
TIFF | ||||
Inherited Attribute | encoding_type | 1 | BINARY | R |
offset | 1 | |||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area | |||
File_Area_Encoded_Image | ||||
File_Area_Generic |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The File class consists of attributes that describe a file in a data store.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Others | ||||
. . File | ||||
Subclass | Document_File | |||
Attribute | comment | 1 | O | |
creation_date_time | 1 | O | ||
file_name | 1 | |||
file_size | 1 | O | ||
local_identifier | 1 | O | ||
max_record_bytes | 1 | O | ||
md5_checksum | 1 | O | ||
records | 1 | O | ||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area | |||
File_Area_Encoded_Image | ||||
File_Area_Generic | ||||
File_Area_Inventory_LIDVID_Primary | ||||
File_Area_Inventory_LIDVID_Secondary | ||||
File_Area_Inventory_LID_Secondary | ||||
File_Area_Manifest | ||||
File_Area_Observational | ||||
File_Area_SPICE_Kernel_Binary | ||||
File_Area_SPICE_Kernel_Text | ||||
File_Area_Text | ||||
File_Area_XML_Schema | ||||
Product_Zipped |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The File PDF class describes a PDF encoded byte stream.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Encoded_Byte_Stream | ||||
. . . File_PDF | ||||
Subclass | none | |||
Attribute | external_standard_id | 1 | R | |
Inherited Attribute | encoding_type | 1 | BINARY | R |
offset | 1 | |||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area | |||
File_Area_Generic |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Header class describes a data object header.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Encoded_Byte_Stream | ||||
. . . Header | ||||
Subclass | none | |||
Attribute | bytes | 1 | ||
description | 1 | O | ||
external_standard_id | 1 | VICAR | R | |
ODL | ||||
FITS | ||||
ISIS | ||||
name | 1 | O | ||
Inherited Attribute | encoding_type | 1 | BINARY | R |
offset | 1 | |||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area | |||
File_Area_Generic | ||||
File_Area_Observational |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Image_2D_Display class provides attributes to enable the display of a 2D image.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Image_2D_Display | ||||
Subclass | none | |||
Attribute | first_line | 1 | ||
first_line_sample | 1 | |||
line_display_direction | 1 | DOWN | ||
LEFT | ||||
RIGHT | ||||
UP | ||||
sample_display_direction | 1 | DOWN | ||
LEFT | ||||
RIGHT | ||||
UP | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Array_2D_Image |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Inventory LIDVID Primary class defines the inventory for primary members of a collection.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Table_Base | ||||
. . . Table_Base_Character | ||||
. . . . Inventory_LIDVID_Primary | ||||
Subclass | none | |||
Attribute | fields | 1 | 2 | R |
reference_association_type | 1 | has_member_LIDVID_Primary | ||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
offset | 1 | |||
record_bytes | 1 | |||
records | 1 | |||
encoding_type | 1 | CHARACTER | R | |
Association | has_Record | 1 | Table_Record_Inventory_LIDVID_Primary | R |
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area_Generic | |||
File_Area_Inventory_LIDVID_Primary |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Inventory LIDVID Secondary class defines the inventory for secondary members of a collection. The references are LIDVIDs.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Table_Base | ||||
. . . Table_Base_Character | ||||
. . . . Inventory_LIDVID_Secondary | ||||
Subclass | none | |||
Attribute | fields | 1 | 1 | R |
reference_association_type | 1 | has_member_LIDVID_Secondary | ||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
offset | 1 | |||
record_bytes | 1 | |||
records | 1 | |||
encoding_type | 1 | CHARACTER | R | |
Association | has_Record | 1 | Table_Record_Inventory_LIDVID_Secondary | R |
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area_Generic | |||
File_Area_Inventory_LIDVID_Secondary |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Inventory LID Secondary class defines the inventory for secondary members of a collection. The references are LIDs.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Table_Base | ||||
. . . Table_Base_Character | ||||
. . . . Inventory_LID_Secondary | ||||
Subclass | none | |||
Attribute | fields | 1 | 1 | R |
reference_association_type | 1 | has_member_LID_Secondary | ||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
offset | 1 | |||
record_bytes | 1 | |||
records | 1 | |||
encoding_type | 1 | CHARACTER | R | |
Association | has_Record | 1 | Table_Record_Inventory_LID_Secondary | R |
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area_Generic | |||
File_Area_Inventory_LID_Secondary |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The manifest class defines a table for file references.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Table_Base | ||||
. . . Table_Base_Character | ||||
. . . . Manifest | ||||
Subclass | none | |||
Attribute | fields | 1 | 2 | R |
reference_association_type | 1..* | has_member | O | |
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
offset | 1 | |||
record_bytes | 1 | |||
records | 1 | |||
encoding_type | 1 | CHARACTER | R | |
Association | has_Record | 1 | Table_Record_Manifest | R |
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area_Generic | |||
File_Area_Manifest |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Parsable Byte Stream class defines byte streams that have standard parsing rules. The Parsable Byte Stream class is the parent class for all parseable byte streams.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Parsable_Byte_Stream | ||||
Subclass | SPICE_Kernel_Text | |||
Stream_Delimited | ||||
Stream_Text | ||||
Attribute | encoding_type | 1 | CHARACTER | R |
external_standard_id | 1 | |||
offset | 1 | |||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | none |
Root Class:PDS4_Work
Role:Concrete
Class Description:The Property Map class defines a table consisting of a set of data elements and their values. The data elements in this table are considered to be locally defined and not subject to standards except for nomenclature rules.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | PDS4_Work | |||
. DOD_Classes | ||||
. . Property_Map | ||||
Subclass | none | |||
Attribute | name_space_id | 1 | O | |
Inherited Attribute | none | |||
Association | has_Property_Map_Entry | 1..* | Property_Map_Entry | |
Inherited Association | none | |||
Referenced from | none |
Root Class:PDS4_Work
Role:Concrete
Class Description:The property map entry consists of one property map.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | PDS4_Work | |||
. DOD_Classes | ||||
. . Property_Map_Entry | ||||
Subclass | none | |||
Attribute | property_name | 1 | ||
property_value | 1..* | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Property_Map |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The SPICE Kernel class describes a SPICE file.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Encoded_Byte_Stream | ||||
. . . SPICE_Kernel_Binary | ||||
Subclass | none | |||
Attribute | external_standard_id | 1 | SPICE | R |
kernel_type | 1 | SPK | ||
PCK | ||||
CK | ||||
EK | ||||
DSK | ||||
DBK | ||||
Inherited Attribute | encoding_type | 1 | BINARY | R |
offset | 1 | |||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area_Generic | |||
File_Area_SPICE_Kernel_Binary |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The SPICE Kernel class describes a SPICE file.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Parsable_Byte_Stream | ||||
. . . SPICE_Kernel_Text | ||||
Subclass | none | |||
Attribute | encoding_type | 1 | CHARACTER | R |
external_standard_id | 1 | SPICE | R | |
kernel_type | 1 | LSK | ||
SCLK | ||||
PCK | ||||
EK | ||||
IK | ||||
FK | ||||
MK | ||||
Inherited Attribute | offset | 1 | ||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area_Generic | |||
File_Area_SPICE_Kernel_Text |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Special Constants class provides a set of values used to indicate special cases that occur in the data.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Special_Constants | ||||
Subclass | none | |||
Attribute | error_constant | 1 | O | |
invalid_constant | 1 | O | ||
missing_constant | 1 | O | ||
not_applicable_constant | 1 | O | ||
saturated_constant | 1 | O | ||
unknown_constant | 1 | O | ||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Array_2D_Image | |||
Stream_Delimited_Field | ||||
Table_Binary_Field | ||||
Table_Character_Field |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Stream Delimited class defines a simple spreadsheet.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Parsable_Byte_Stream | ||||
. . . Stream_Delimited | ||||
Subclass | none | |||
Attribute | encoding_type | 1 | CHARACTER | R |
external_standard_id | 1 | CSV | R | |
field_delimiter | 1 | 0x09 | ||
0x3B | ||||
0x7C | ||||
0x2C | ||||
fields | 1 | |||
maximum_record_length | 1 | |||
record_delimiter | 1 | 0xOA | ||
0xOD | ||||
0xOD_0xOA | ||||
records | 1 | |||
Inherited Attribute | offset | 1 | ||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | has_stream_record | 1..* | Stream_Delimited_Record | |
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area | |||
File_Area_Generic | ||||
File_Area_Observational |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Stream Delimited Field class is a component of the stream delimited (spreadsheet) record class and defines a field of the record.
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Stream Delimited Field Sequence class is a component of the grouped stream delimited (spreadsheet) class. It defines a set of fields or a nested set of fields.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Stream_Delimited_Field_Sequence | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_Stream_Delimited_Field | 1..* | Stream_Delimited_Field | O |
Stream_Delimited_Grouped_Sequence | ||||
Inherited Association | none | |||
Referenced from | Stream_Delimited_Grouped_Sequence |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Stream Delimited Grouped Sequence class is a component of the grouped stream delimited (spreadsheet) class. It defines a set of fields.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Stream_Delimited_Grouped_Sequence | ||||
Subclass | none | |||
Attribute | repetitions | 1 | O | |
Inherited Attribute | none | |||
Association | has_Stream_Delimited_Field_Sequence | 1..* | Stream_Delimited_Field_Sequence | |
Inherited Association | none | |||
Referenced from | Stream_Delimited_Field_Sequence | |||
Stream_Delimited_Record |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Stream Delimited Record class is a component of the stream delimited (spreadsheet) class and defines a record of the spreadsheet.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Stream_Delimited_Record | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_Stream_Deleted_Field_Sequence | 1..* | Stream_Delimited_Grouped_Sequence | |
Inherited Association | none | |||
Referenced from | Stream_Delimited |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Stream text class defines a text file.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Parsable_Byte_Stream | ||||
. . . Stream_Text | ||||
Subclass | XML_Schema | |||
Attribute | none | |||
Inherited Attribute | encoding_type | 1 | CHARACTER | R |
external_standard_id | 1 | |||
offset | 1 | |||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area | |||
File_Area_Observational | ||||
File_Area_Text |
Root Class:Tagged_Digital_Object
Role:Abstract
Class Description:The Tagged Digital Object (TDO) Others class is an abstract class for the TDO Others class hierarchy.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Others | ||||
Subclass | Document_Desc | |||
File | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | data_object | 1 | Digital_Object | R |
Inherited Association | none | |||
Referenced from | none |
Root Class:Tagged_Digital_Object
Role:Abstract
Class Description:The Tagged Digital Object (TDO) Structures class is an abstract class for the TDO structures class hierarchy.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
Subclass | Array_Base | |||
Encoded_Byte_Stream | ||||
Parsable_Byte_Stream | ||||
Table_Base | ||||
Attribute | comment | 1 | O | |
encoding_type | 1 | |||
local_identifier | 1 | |||
Inherited Attribute | none | |||
Association | data_object | 1 | Digital_Object | R |
Inherited Association | none | |||
Referenced from | none |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Table Base class defines a heterogeneous repeating record of scalars. The Table Base class is the parent class for all heterogeneous repeating record of scalars.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Table_Base | ||||
Subclass | Table_Base_Binary | |||
Table_Base_Character | ||||
Attribute | fields | 1 | ||
offset | 1 | |||
record_bytes | 1 | |||
records | 1 | |||
Inherited Attribute | comment | 1 | O | |
encoding_type | 1 | |||
local_identifier | 1 | |||
Association | has_Record | 1 | Table_Record | |
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | none |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Table Base Binary class is the parent class for all binary tables.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Table_Base | ||||
. . . Table_Base_Binary | ||||
Subclass | Table_Binary | |||
Table_Binary_Grouped | ||||
Attribute | encoding_type | 1 | BINARY | R |
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
fields | 1 | |||
offset | 1 | |||
record_bytes | 1 | |||
records | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Digital_Object | R |
has_Record | 1 | Table_Record | ||
Referenced from | none |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Table Base Character class is the parent class for all character tables.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Table_Base | ||||
. . . Table_Base_Character | ||||
Subclass | Inventory_LIDVID_Primary | |||
Inventory_LIDVID_Secondary | ||||
Inventory_LID_Secondary | ||||
Manifest | ||||
Table_Character | ||||
Table_Character_Grouped | ||||
Attribute | encoding_type | 1 | CHARACTER | R |
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
fields | 1 | |||
offset | 1 | |||
record_bytes | 1 | |||
records | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Digital_Object | R |
has_Record | 1 | Table_Record | ||
Referenced from | File_Area_Generic |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Table Binary class is an extension of table base and defines a simple binary table.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Table_Base | ||||
. . . Table_Base_Binary | ||||
. . . . Table_Binary | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
fields | 1 | |||
offset | 1 | |||
record_bytes | 1 | |||
records | 1 | |||
encoding_type | 1 | BINARY | R | |
Association | has_Record | 1 | Table_Record_Binary | R |
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area | |||
File_Area_Generic | ||||
File_Area_Observational |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Binary Field class is a component of the table record class and defines a field of the record. This extension defines a binary field.
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Binary Field Sequence class is a component of the grouped table class. It defines a set of fields or a nested set of fields.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Binary_Field_Sequence | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_Table_Binary_Grouped | 1..* | Table_Binary_Grouped_Field | O |
Table_Binary_Grouped_Sequence | ||||
Table_Binary_Grouped_Bit_Field | ||||
Inherited Association | none | |||
Referenced from | Table_Binary_Grouped_Sequence |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Table Binary Grouped class is an extension of table base and defines a simple binary table that allows repeating groups of fields.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Table_Base | ||||
. . . Table_Base_Binary | ||||
. . . . Table_Binary_Grouped | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
fields | 1 | |||
offset | 1 | |||
record_bytes | 1 | |||
records | 1 | |||
encoding_type | 1 | BINARY | R | |
Association | has_Record | 1 | Table_Record_Binary_Grouped | R |
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area | |||
File_Area_Generic | ||||
File_Area_Observational |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Binary Grouped Bit Field class is a component of the table record class and defines a field of the record. This extension defines a binary grouped bit field.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Field | ||||
. . Table_Field_Extended | ||||
. . . Table_Binary_Grouped_Bit_Field | ||||
Subclass | none | |||
Attribute | bit_mask | 1 | O | |
bits | 1 | |||
field_data_type | 1 | Bit | R | |
start_bit | 1 | |||
Inherited Attribute | field_description | 1 | O | |
field_length | 1 | |||
field_location | 1 | |||
field_name | 1 | |||
field_number | 1 | O | ||
field_format | 1 | OR | ||
field_max_logical | 1 | O | ||
field_min_logical | 1 | O | ||
field_scaling_factor | 1 | O | ||
field_unit | 1 | mol | O | |
arcmin | ||||
arcsec | ||||
deg | ||||
hr | ||||
mrad | ||||
rad | ||||
deg/day | ||||
deg/s | ||||
rad/s | ||||
m**2 | ||||
hz | ||||
AU | ||||
Angstrom | ||||
cm | ||||
km | ||||
m | ||||
micrometer | ||||
mm | ||||
nm | ||||
g | ||||
kg | ||||
DN | ||||
pixel | ||||
none | ||||
airmass | ||||
Pa | ||||
bar | ||||
hPa | ||||
mbar | ||||
W*m**-2*sr**-1 | ||||
counts/bin | ||||
kilobits/s | ||||
electron/DN | ||||
km/pixel | ||||
m/pixel | ||||
mm/pixel | ||||
pixel/deg | ||||
sr | ||||
byte | ||||
K | ||||
degC | ||||
day | ||||
hr | ||||
microseconds | ||||
min | ||||
ms | ||||
s | ||||
yr | ||||
cm/s | ||||
km/s | ||||
m/s | ||||
V | ||||
mV | ||||
L | ||||
m**3 | ||||
field_value_offset | 1 | O | ||
maximum_scaled_value | 1 | O | ||
minimum_scaled_value | 1 | O | ||
Association | none | |||
Inherited Association | none | |||
Referenced from | Table_Binary_Field_Sequence |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Binary Grouped Field class is a component of the table record class and defines a field of the record. This extension defines a binary grouped field.
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Binary Grouped Sequence class is a component of the grouped table class. It defines a set of fields.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Binary_Grouped_Sequence | ||||
Subclass | none | |||
Attribute | repetitions | 1 | O | |
Inherited Attribute | none | |||
Association | has_Table_Binary_Field_Sequence | 1..* | Table_Binary_Field_Sequence | |
Inherited Association | none | |||
Referenced from | Table_Binary_Field_Sequence | |||
Table_Record_Binary_Grouped |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Table Character class is an extension of table base and defines a simple character table.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Table_Base | ||||
. . . Table_Base_Character | ||||
. . . . Table_Character | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
fields | 1 | |||
offset | 1 | |||
record_bytes | 1 | |||
records | 1 | |||
encoding_type | 1 | CHARACTER | R | |
Association | has_Record | 1 | Table_Record_Character | R |
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area | |||
File_Area_Generic | ||||
File_Area_Observational |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Character Field class is a component of the table record class and defines a field of the record. This extension defines a character field.
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Character Field Sequence class is a component of the grouped table class. It defines a set of fields or a nested set of fields.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Character_Field_Sequence | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_Table_Character_Grouped | 1..* | Table_Character_Grouped_Sequence | O |
Table_Character_Grouped_Field | ||||
Inherited Association | none | |||
Referenced from | Table_Character_Grouped_Sequence |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The Table Character Grouped class is an extension of table base and defines a simple character table that allows repeating groups of fields.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Table_Base | ||||
. . . Table_Base_Character | ||||
. . . . Table_Character_Grouped | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
fields | 1 | |||
offset | 1 | |||
record_bytes | 1 | |||
records | 1 | |||
encoding_type | 1 | CHARACTER | R | |
Association | has_Record | 1 | Table_Record_Character_Grouped | R |
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area | |||
File_Area_Generic | ||||
File_Area_Observational |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Character Grouped Field class is a component of the table record class and defines a field of the record. This extension defines a character grouped field.
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Character Grouped Sequence class is a component of the grouped table class. It defines a set of fields.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Character_Grouped_Sequence | ||||
Subclass | none | |||
Attribute | repetitions | 1 | O | |
Inherited Attribute | none | |||
Association | has_Table_Character_Field_Sequence | 1..* | Table_Character_Field_Sequence | |
Inherited Association | none | |||
Referenced from | Table_Character_Field_Sequence | |||
Table_Record_Character_Grouped |
Root Class:Tagged_Digital_Child
Role:Abstract
Class Description:The Table Field class is used as a component of the table record class and defines a field of the record.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Field | ||||
Subclass | Table_Field_Checksum | |||
Table_Field_Extended | ||||
Table_Field_File_Specification_Name | ||||
Table_Field_LID | ||||
Table_Field_LIDVID | ||||
Attribute | field_data_type | 1 | ||
field_description | 1 | O | ||
field_format | 1 | O | ||
field_length | 1 | |||
field_location | 1 | |||
field_name | 1 | |||
field_number | 1 | O | ||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Field Checksum class defines a table field that provides a file checksum.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Field | ||||
. . Table_Field_Checksum | ||||
Subclass | none | |||
Attribute | field_data_type | 1 | ASCII_MD5_Checksum | R |
field_name | 1 | MD5_checksum | R | |
field_number | 1 | 2 | OR | |
Inherited Attribute | field_description | 1 | O | |
field_format | 1 | O | ||
field_length | 1 | |||
field_location | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Table_Record_Manifest |
Root Class:Tagged_Digital_Child
Role:Abstract
Class Description:The Table Field Exteneded class is used as a component of the table record class and extends the Table Field class with several attributes.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Field | ||||
. . Table_Field_Extended | ||||
Subclass | Table_Binary_Field | |||
Table_Binary_Grouped_Bit_Field | ||||
Table_Binary_Grouped_Field | ||||
Table_Character_Field | ||||
Table_Character_Grouped_Field | ||||
Attribute | field_format | 1 | OR | |
field_max_logical | 1 | O | ||
field_min_logical | 1 | O | ||
field_scaling_factor | 1 | O | ||
field_unit | 1 | mol | O | |
arcmin | ||||
arcsec | ||||
deg | ||||
hr | ||||
mrad | ||||
rad | ||||
deg/day | ||||
deg/s | ||||
rad/s | ||||
m**2 | ||||
hz | ||||
AU | ||||
Angstrom | ||||
cm | ||||
km | ||||
m | ||||
micrometer | ||||
mm | ||||
nm | ||||
g | ||||
kg | ||||
DN | ||||
pixel | ||||
none | ||||
airmass | ||||
Pa | ||||
bar | ||||
hPa | ||||
mbar | ||||
W*m**-2*sr**-1 | ||||
counts/bin | ||||
kilobits/s | ||||
electron/DN | ||||
km/pixel | ||||
m/pixel | ||||
mm/pixel | ||||
pixel/deg | ||||
sr | ||||
byte | ||||
K | ||||
degC | ||||
day | ||||
hr | ||||
microseconds | ||||
min | ||||
ms | ||||
s | ||||
yr | ||||
cm/s | ||||
km/s | ||||
m/s | ||||
V | ||||
mV | ||||
L | ||||
m**3 | ||||
field_value_offset | 1 | O | ||
maximum_scaled_value | 1 | O | ||
minimum_scaled_value | 1 | O | ||
Inherited Attribute | field_data_type | 1 | ||
field_description | 1 | O | ||
field_length | 1 | |||
field_location | 1 | |||
field_name | 1 | |||
field_number | 1 | O | ||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table_Field_File_Specification_Name class defines a table field that provides a file name, file extension, and relative directory path to a product label.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Field | ||||
. . Table_Field_File_Specification_Name | ||||
Subclass | none | |||
Attribute | field_data_type | 1 | ASCII_File_Specification_Name | R |
field_format | 1 | dir1/dir2/file_name.file_extension | OR | |
field_length | 1 | R | ||
field_location | 1 | R | ||
field_name | 1 | file_specification_name | R | |
field_number | 1 | 2 | OR | |
Inherited Attribute | field_description | 1 | O | |
Association | none | |||
Inherited Association | none | |||
Referenced from | Table_Record_Inventory_LIDVID_Primary | |||
Table_Record_Manifest |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table_Field_LID class defines a table field that provides the logical identifier for a product.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Field | ||||
. . Table_Field_LID | ||||
Subclass | none | |||
Attribute | field_data_type | 1 | ASCII_LID | R |
field_format | 1 | URN:NASA:PDS:xxxx | OR | |
field_location | 1 | 1 | R | |
field_name | 1 | LID | R | |
field_number | 1 | 1 | OR | |
Inherited Attribute | field_description | 1 | O | |
field_length | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Table_Record_Inventory_LID_Secondary |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Field LIDVID class defines a table field that provides the logical identifier and version identifier for a product.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Field | ||||
. . Table_Field_LIDVID | ||||
Subclass | none | |||
Attribute | field_data_type | 1 | ASCII_LIDVID | R |
field_format | 1 | URN:NASA:PDS:xxxx::M.n | OR | |
field_length | 1 | R | ||
field_location | 1 | 1 | R | |
field_name | 1 | LIDVID | R | |
field_number | 1 | 1 | R | |
Inherited Attribute | field_description | 1 | O | |
Association | none | |||
Inherited Association | none | |||
Referenced from | Table_Record_Inventory_LIDVID_Primary | |||
Table_Record_Inventory_LIDVID_Secondary |
Root Class:Tagged_Digital_Child
Role:Abstract
Class Description:The Table Record class is used as a component of the table class and defines a record of the table.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Record | ||||
Subclass | Table_Record_Binary | |||
Table_Record_Binary_Grouped | ||||
Table_Record_Character | ||||
Table_Record_Character_Grouped | ||||
Table_Record_Inventory_LIDVID_Primary | ||||
Table_Record_Inventory_LIDVID_Secondary | ||||
Table_Record_Inventory_LID_Secondary | ||||
Table_Record_Manifest | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Table_Base | |||
Table_Base_Binary | ||||
Table_Base_Character |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Record Binary class is a component of the table class and defines a record of the table. This extension defines a binary record.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Record | ||||
. . Table_Record_Binary | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_Table_Field | 1..* | Table_Binary_Field | |
Inherited Association | none | |||
Referenced from | Table_Binary |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Record Binary Grouped class is a component of the table class and defines a record of the table. This extension defines a binary record with grouped fields.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Record | ||||
. . Table_Record_Binary_Grouped | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_Table_Field | 1..* | Table_Binary_Grouped_Sequence | |
Inherited Association | none | |||
Referenced from | Table_Binary_Grouped |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Record Character class is a component of the table class and defines a record of the table. This extension defines a character record.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Record | ||||
. . Table_Record_Character | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_Table_Field | 1..* | Table_Character_Field | |
Inherited Association | none | |||
Referenced from | Table_Character |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Record Character Grouped class is a component of the table class and defines a record of the table. This extension defines a character record with grouped fields.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Record | ||||
. . Table_Record_Character_Grouped | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_Table_Field | 1..* | Table_Character_Grouped_Sequence | |
Inherited Association | none | |||
Referenced from | Table_Character_Grouped |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Record Inventory LIDVID Primary class defines the inventory record for a primary member.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Record | ||||
. . Table_Record_Inventory_LIDVID_Primary | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_Field_File_Specification_Name | 1 | Table_Field_File_Specification_Name | |
has_Field_LIDVID | 1 | Table_Field_LIDVID | ||
Inherited Association | none | |||
Referenced from | Inventory_LIDVID_Primary |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Record Inventory LIDVID Secondary class defines the inventory record for a secondary member. The reference is a LIDVID.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Record | ||||
. . Table_Record_Inventory_LIDVID_Secondary | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_Field_LIDVID | 1 | Table_Field_LIDVID | |
Inherited Association | none | |||
Referenced from | Inventory_LIDVID_Secondary |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Record Inventory LID Secondary class defines the inventory record for a secondary member. The reference is a LID.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Record | ||||
. . Table_Record_Inventory_LID_Secondary | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_Field_LID | 1 | Table_Field_LID | |
Inherited Association | none | |||
Referenced from | Inventory_LID_Secondary |
Root Class:Tagged_Digital_Child
Role:Concrete
Class Description:The Table Record Manifest class defines the record for an MD5 checksum manifest table.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
. Table_Record | ||||
. . Table_Record_Manifest | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | has_Field_Checksum | 1 | Table_Field_Checksum | |
has_Field_File_Specification_Name | 1 | Table_Field_File_Specification_Name | ||
Inherited Association | none | |||
Referenced from | Manifest |
Root Class:Tagged_Digital_Child
Role:Abstract
Class Description:The Tagged Digital Child class is an abstract class for the components of classes in the tagged digital object class hierarchy.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Child | |||
Subclass | Array_Axis | |||
Array_Element | ||||
Document_Format | ||||
Image_2D_Display | ||||
Special_Constants | ||||
Stream_Delimited_Field | ||||
Stream_Delimited_Field_Sequence | ||||
Stream_Delimited_Grouped_Sequence | ||||
Stream_Delimited_Record | ||||
Table_Binary_Field_Sequence | ||||
Table_Binary_Grouped_Sequence | ||||
Table_Character_Field_Sequence | ||||
Table_Character_Grouped_Sequence | ||||
Table_Field | ||||
Table_Record | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Tagged_Digital_Object
Role:Abstract
Class Description:The Tagged Digital Object class is an abstract class for the digital class hierarchy. A tagged object is an information object.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
Subclass | TDO_Others | |||
TDO_Structures | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | data_object | 1..* | Digital_Object | O |
Inherited Association | none | |||
Referenced from | none |
Root Class:Tagged_Digital_Object
Role:Concrete
Class Description:The XML Schema class defines a text stream file containing XML Schema.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_Digital_Object | |||
. TDO_Structures | ||||
. . Parsable_Byte_Stream | ||||
. . . Stream_Text | ||||
. . . . XML_Schema | ||||
Subclass | none | |||
Attribute | encoding_type | 1 | CHARACTER | R |
external_standard_id | 1 | XML_Schema | R | |
Inherited Attribute | offset | 1 | ||
comment | 1 | O | ||
local_identifier | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Digital_Object | R |
Referenced from | File_Area_Generic | |||
File_Area_XML_Schema |
This section provides a draft set of classes for products. It uses component classes to define the de factoThis section provides a draft set of classes for digital products. Digital products are comprised of basic component classes. set of product classes in PDS 4.
The digital product class hierarchy is illustrated in the following diagram. This diagram presents the subclass relation for each class in a hierarchical (tree) format, providing a visual representation of the classes in relation to their parent classes.
+ Product
+ + Product_Digital
+ + + Product_Browse
+ + + Product_Collection
+ + + + Collection_Browse
+ + + + Collection_Calibration
+ + + + Collection_Context
+ + + + Collection_Data
+ + + + Collection_Document
+ + + + Collection_Generic
+ + + + Collection_Geometry
+ + + + Collection_Miscellaneous
+ + + + Collection_SPICE
+ + + + Collection_XML_Schema
+ + + Product_Document
+ + + Product_Manifest
+ + + + Delivery_Manifest
+ + + + Package
+ + + Product_Observational
+ + + + Product_Array_2D_Image
+ + + + Product_Array_3D_Image
+ + + + Product_Array_3D_Movie
+ + + + Product_Array_3D_Spectrum
+ + + + Product_Non_Specific
+ + + + Product_Stream_Delimited
+ + + + Product_Table_Binary
+ + + + Product_Table_Binary_Grouped
+ + + + Product_Table_Character
+ + + + Product_Table_Character_Grouped
+ + + Product_SPICE_Kernel_Binary
+ + + Product_SPICE_Kernel_Text
+ + + Product_Text_File
+ + + Product_Thumbnail
+ + + Product_XML_Schema
+ + + Collection_Volume_PDS3
+ + + Collection_Volume_Set_PDS3
+ + + Product_Attribute_Definition
+ + + Product_Bundle
+ + + + Archive_Bundle
+ + + Product_Citation
+ + + Product_Data_Set_PDS3
+ + + Product_Instrument
+ + + Product_Instrument_Host
+ + + Product_Investigation
+ + + Product_Mission
+ + + Product_Node
+ + + Product_PDS_Affiliate
+ + + Product_PDS_Guest
+ + + Product_Resource
+ + + Product_Target
+ + + Product_Update
+ + Product_Zipped
The class hierarchy above includes 53 unique classes.
The digital product classes are illustrated using a Unified Modeling Language (UML) Class Hierarchy diagram in Figure 4. This diagram defines the classes that comprise a data product.
Figure 4 Product UML Class Diagram
The following sections present the data product classes in a table format. The table includes the class hierarchy, class attributes, and class associations. The class attributes and associations listed include both those used to define the class and those inherited from parent classes. Cardinalities are provided where appropriate.
Root Class:Product
Role:Concrete
Class Description:An archive bundle is a product that references primary collections.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_Bundle | ||||
. . . Archive_Bundle | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | cross_reference_area | 1 | Cross_Reference_Area_Bundle | OR |
identification_area | 1 | Identification_Area_Bundle | R | |
member_entry | 1..* | Bundle_Member_Entry | ||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A Browse collection is a product that has a table of references to one or more browse products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Collection | ||||
. . . Collection_Browse | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Collection | OR |
Inherited Association | file_area_LIDVID_Primary | 1 | File_Area_Inventory_LIDVID_Primary | O |
file_area_LIDVID_Secondary | 1 | File_Area_Inventory_LIDVID_Secondary | O | |
file_area_LID_Secondary | 1 | File_Area_Inventory_LID_Secondary | O | |
identification_area | 1 | Identification_Area_Collection | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A Calibration collection is a product that has a table of references to one or more calibrartion products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Collection | ||||
. . . Collection_Calibration | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Collection | OR |
Inherited Association | file_area_LIDVID_Primary | 1 | File_Area_Inventory_LIDVID_Primary | O |
file_area_LIDVID_Secondary | 1 | File_Area_Inventory_LIDVID_Secondary | O | |
file_area_LID_Secondary | 1 | File_Area_Inventory_LID_Secondary | O | |
identification_area | 1 | Identification_Area_Collection | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A Context collection is a product that has a table of references to one or more context products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Collection | ||||
. . . Collection_Context | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | cross_reference_area | 1 | Cross_Reference_Area_Collection | OR |
file_area_LIDVID_Primary | 1 | File_Area_Inventory_LIDVID_Primary | O | |
file_area_LIDVID_Secondary | 1 | File_Area_Inventory_LIDVID_Secondary | O | |
file_area_LID_Secondary | 1 | File_Area_Inventory_LID_Secondary | O | |
identification_area | 1 | Identification_Area_Collection | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A Data collection is a product that has a table of references to one or more standard digital products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Collection | ||||
. . . Collection_Data | ||||
Subclass | none | |||
Attribute | process_level_id | 1 | RAW | O |
RDC | ||||
CLB | ||||
DRV | ||||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Collection | OR |
Inherited Association | file_area_LIDVID_Primary | 1 | File_Area_Inventory_LIDVID_Primary | O |
file_area_LIDVID_Secondary | 1 | File_Area_Inventory_LIDVID_Secondary | O | |
file_area_LID_Secondary | 1 | File_Area_Inventory_LID_Secondary | O | |
identification_area | 1 | Identification_Area_Collection | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A Document collection is a product that has a table of references to one or more document products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Collection | ||||
. . . Collection_Document | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Collection | OR |
Inherited Association | file_area_LIDVID_Primary | 1 | File_Area_Inventory_LIDVID_Primary | O |
file_area_LIDVID_Secondary | 1 | File_Area_Inventory_LIDVID_Secondary | O | |
file_area_LID_Secondary | 1 | File_Area_Inventory_LID_Secondary | O | |
identification_area | 1 | Identification_Area_Collection | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A Generic collection is a product that has a table of references to one or more generic products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Collection | ||||
. . . Collection_Generic | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | cross_reference_area | 1 | Cross_Reference_Area_Collection | OR |
file_area_LIDVID_Primary | 1 | File_Area_Inventory_LIDVID_Primary | O | |
file_area_LIDVID_Secondary | 1 | File_Area_Inventory_LIDVID_Secondary | O | |
file_area_LID_Secondary | 1 | File_Area_Inventory_LID_Secondary | O | |
identification_area | 1 | Identification_Area_Collection | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A Geometry collection is a product that has a table of references to one or more geometry products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Collection | ||||
. . . Collection_Geometry | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Collection | OR |
Inherited Association | file_area_LIDVID_Primary | 1 | File_Area_Inventory_LIDVID_Primary | O |
file_area_LIDVID_Secondary | 1 | File_Area_Inventory_LIDVID_Secondary | O | |
file_area_LID_Secondary | 1 | File_Area_Inventory_LID_Secondary | O | |
identification_area | 1 | Identification_Area_Collection | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A Miscellaneous collection is a product that has a table of references to one or more products that are not otherwise classified.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Collection | ||||
. . . Collection_Miscellaneous | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Collection | OR |
Inherited Association | file_area_LIDVID_Primary | 1 | File_Area_Inventory_LIDVID_Primary | O |
file_area_LIDVID_Secondary | 1 | File_Area_Inventory_LIDVID_Secondary | O | |
file_area_LID_Secondary | 1 | File_Area_Inventory_LID_Secondary | O | |
identification_area | 1 | Identification_Area_Collection | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A SPICE collection is a product that has a table of references to one or more SPICE products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Collection | ||||
. . . Collection_SPICE | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Collection | OR |
Inherited Association | file_area_LIDVID_Primary | 1 | File_Area_Inventory_LIDVID_Primary | O |
file_area_LIDVID_Secondary | 1 | File_Area_Inventory_LIDVID_Secondary | O | |
file_area_LID_Secondary | 1 | File_Area_Inventory_LID_Secondary | O | |
identification_area | 1 | Identification_Area_Collection | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A Collection Volume PDS3 product captures the PDS3 volume information.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Collection_Volume_PDS3 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | product_data_object | 1 | Volume_PDS3 | |
Inherited Association | cross_reference_area | 1 | Cross_Reference_Area_Generic | O |
identification_area | 1 | Identification_Area | ||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A Collection Volume Set PDS3 product captures the PDS3 volume set information.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Collection_Volume_Set_PDS3 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | product_data_object | 1 | Volume_Set_PDS3 | |
Inherited Association | cross_reference_area | 1 | Cross_Reference_Area_Generic | O |
identification_area | 1 | Identification_Area | ||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:An XML_Schema collection is a product that has a table of references to one or more XML schema products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Collection | ||||
. . . Collection_XML_Schema | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Collection | OR |
Inherited Association | file_area_LIDVID_Primary | 1 | File_Area_Inventory_LIDVID_Primary | O |
file_area_LIDVID_Secondary | 1 | File_Area_Inventory_LIDVID_Secondary | O | |
file_area_LID_Secondary | 1 | File_Area_Inventory_LID_Secondary | O | |
identification_area | 1 | Identification_Area_Collection | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A delivery manifest is a system product that contains a table of references to one or more files.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Manifest | ||||
. . . Delivery_Manifest | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | cross_reference_area | 1 | Cross_Reference_Area_Manifest | OR |
file_area | 1 | File_Area_Manifest | ||
identification_area | 1 | Identification_Area_Manifest | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Package class is an abstract class. It represents a Manifest Product and all related files logically grouped together for transfer. The Package class does not include the container in which the manifest and files are contained. This class has no subclasses and is not instantiated.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Manifest | ||||
. . . Package | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | cross_reference_area | 1 | Cross_Reference_Area_Manifest | OR |
file_area | 1 | File_Area_Manifest | ||
identification_area | 1 | Identification_Area_Manifest | R | |
Referenced from | none |
Root Class:Product
Role:Abstract
Class Description:A Product is a uniquely identified object that is managed by a registry/repository. It consists ofone more more tagged data objects.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
Subclass | Product_Digital | |||
Product_NonDigital | ||||
Product_Zipped | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Generic | O |
identification_area | 1 | Identification_Area | ||
Inherited Association | none | |||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Array 2D Image class defines a product consisting of at least one Array 2D Image and other associated data objects and metadata.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Observational | ||||
. . . Product_Array_2D_Image | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | collected_under | 1 | Observation_Area | |
cross_reference_area | 1 | Cross_Reference_Area_Product | R | |
file_area | 1..* | File_Area_Observational | ||
identification_area | 1 | Identification_Area_Product | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Array 3D Image class defines a product consisting of at least one Array 3D image and other associated data objects and metadata.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Observational | ||||
. . . Product_Array_3D_Image | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | collected_under | 1 | Observation_Area | |
cross_reference_area | 1 | Cross_Reference_Area_Product | R | |
file_area | 1..* | File_Area_Observational | ||
identification_area | 1 | Identification_Area_Product | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Array 3D Movie defines a product consisting of at least one array 3D movie and other associated data objects and metadata.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Observational | ||||
. . . Product_Array_3D_Movie | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Product | R |
Inherited Association | collected_under | 1 | Observation_Area | |
file_area | 1..* | File_Area_Observational | ||
identification_area | 1 | Identification_Area_Product | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Array 3D Spectrum class defines a product consisting of at least one Array 3D spectrum and other associated data objects and metadata..
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Observational | ||||
. . . Product_Array_3D_Spectrum | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | collected_under | 1 | Observation_Area | |
cross_reference_area | 1 | Cross_Reference_Area_Product | R | |
file_area | 1..* | File_Area_Observational | ||
identification_area | 1 | Identification_Area_Product | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Attribute Definition provides an attribute definition in XML encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_Attribute_Definition | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area | OR |
product_data_object | 1 | Attribute_Definition | ||
Inherited Association | identification_area | 1 | Identification_Area | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Browse class defines a product consisting of one encoded byte stream digital object.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Browse | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Product | R |
file_area | 1 | File_Area | ||
identification_area | 1 | Identification_Area_Product | R | |
Inherited Association | none | |||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:Product Bundle is a cluster product and has a table of references to one or more collections.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_Bundle | ||||
Subclass | Archive_Bundle | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Bundle | OR |
identification_area | 1 | Identification_Area_Bundle | R | |
member_entry | 1..* | Bundle_Member_Entry | ||
Inherited Association | none | |||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A Citation product provides reference information about a document.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_Citation | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Context | OR |
product_data_object | 1 | Citation | ||
Inherited Association | identification_area | 1 | Identification_Area | |
Referenced from | none |
Root Class:Product
Role:Abstract
Class Description:A Collection product has a table of references to one or more standard products. The references are stored in a Table_Character called the Inventory.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Collection | ||||
Subclass | Collection_Browse | |||
Collection_Calibration | ||||
Collection_Context | ||||
Collection_Data | ||||
Collection_Document | ||||
Collection_Generic | ||||
Collection_Geometry | ||||
Collection_Miscellaneous | ||||
Collection_SPICE | ||||
Collection_XML_Schema | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Collection | OR |
file_area_LIDVID_Primary | 1 | File_Area_Inventory_LIDVID_Primary | O | |
file_area_LIDVID_Secondary | 1 | File_Area_Inventory_LIDVID_Secondary | O | |
file_area_LID_Secondary | 1 | File_Area_Inventory_LID_Secondary | O | |
identification_area | 1 | Identification_Area_Collection | R | |
Inherited Association | none | |||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Data Set PDS3 product is used to create proxy labels for the data sets in the PDS3 Data Set catalog.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_Data_Set_PDS3 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | bundle_member_entry | 1..* | Bundle_Member_Entry | |
cross_reference_area | 1 | Cross_Reference_Area_Context | R | |
identification_area | 1 | Identification_Area_Product | R | |
product_data_object | 1 | Data_Set_PDS3 | ||
Inherited Association | none | |||
Referenced from | none |
Root Class:Product
Role:Abstract
Class Description:A digital product is a set of one or more tagged digital objects.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
Subclass | Product_Browse | |||
Product_Collection | ||||
Product_Document | ||||
Product_Manifest | ||||
Product_Observational | ||||
Product_SPICE_Kernel_Binary | ||||
Product_SPICE_Kernel_Text | ||||
Product_Text_File | ||||
Product_Thumbnail | ||||
Product_XML_Schema | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | cross_reference_area | 1 | Cross_Reference_Area_Generic | O |
identification_area | 1 | Identification_Area | ||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A Product Document is a product consisting of a single logical document that may be comprised of one or more document formats.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Document | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Document | OR |
document_format_set | 1..* | Document_Format_Set | ||
identification_area | 1 | Identification_Area_Document | R | |
product_description | 1 | Document_Desc | ||
Inherited Association | none | |||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:An Instrument product describes an instrument.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_Instrument | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Context | R |
identification_area | 1 | Identification_Area_Product | R | |
product_data_object | 1 | Instrument | ||
Inherited Association | none | |||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:An Instrument Host product describes an instrument host.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_Instrument_Host | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Context | R |
identification_area | 1 | Identification_Area_Product | R | |
product_data_object | 1 | Instrument_Host | ||
Inherited Association | none | |||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Investigation product describes an investigation.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_Investigation | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Context | R |
identification_area | 1 | Identification_Area_Product | R | |
product_data_object | 1 | Investigation | ||
Inherited Association | none | |||
Referenced from | none |
Root Class:Product
Role:Abstract
Class Description:A manifest product has a table of references to one or more files.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Manifest | ||||
Subclass | Delivery_Manifest | |||
Package | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Manifest | OR |
file_area | 1 | File_Area_Manifest | ||
identification_area | 1 | Identification_Area_Manifest | R | |
Inherited Association | none | |||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:An Mission product describes a mission.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_Mission | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Context | R |
identification_area | 1 | Identification_Area_Product | R | |
product_data_object | 1 | Mission | ||
Inherited Association | none | |||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A node product describes a node.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_Node | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Context | OR |
product_data_object | 1 | Node | ||
Inherited Association | identification_area | 1 | Identification_Area | |
Referenced from | none |
Root Class:Product
Role:Abstract
Class Description:A NonDigital product has a single non-digital object.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
Subclass | Collection_Volume_PDS3 | |||
Collection_Volume_Set_PDS3 | ||||
Product_Attribute_Definition | ||||
Product_Bundle | ||||
Product_Citation | ||||
Product_Data_Set_PDS3 | ||||
Product_Instrument | ||||
Product_Instrument_Host | ||||
Product_Investigation | ||||
Product_Mission | ||||
Product_Node | ||||
Product_PDS_Affiliate | ||||
Product_PDS_Guest | ||||
Product_Resource | ||||
Product_Target | ||||
Product_Update | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | cross_reference_area | 1 | Cross_Reference_Area_Generic | O |
identification_area | 1 | Identification_Area | ||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Non Specfic class defines a template for any data product.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Observational | ||||
. . . Product_Non_Specific | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | collected_under | 1 | Observation_Area | |
cross_reference_area | 1 | Cross_Reference_Area_Product | R | |
file_area | 1..* | File_Area_Observational | ||
identification_area | 1 | Identification_Area_Product | R | |
Referenced from | none |
Root Class:Product
Role:Abstract
Class Description:An observational product is a set of one or more information objects produced by an observing system.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Observational | ||||
Subclass | Product_Array_2D_Image | |||
Product_Array_3D_Image | ||||
Product_Array_3D_Movie | ||||
Product_Array_3D_Spectrum | ||||
Product_Non_Specific | ||||
Product_Stream_Delimited | ||||
Product_Table_Binary | ||||
Product_Table_Binary_Grouped | ||||
Product_Table_Character | ||||
Product_Table_Character_Grouped | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | collected_under | 1 | Observation_Area | |
cross_reference_area | 1 | Cross_Reference_Area_Product | R | |
file_area | 1..* | File_Area_Observational | ||
identification_area | 1 | Identification_Area_Product | R | |
Inherited Association | none | |||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A PDS Affiliate product describes a person in the role of an affiliate of the PDS.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_PDS_Affiliate | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Context | R |
product_data_object | 1 | PDS_Affiliate | ||
Inherited Association | identification_area | 1 | Identification_Area | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A PDS Guest product describes a person in the role of guest user of the PDS.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_PDS_Guest | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Context | R |
product_data_object | 1 | PDS_Guest | ||
Inherited Association | identification_area | 1 | Identification_Area | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A resource product describes a web resource.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_Resource | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Context | R |
product_data_object | 1 | Resource | ||
Inherited Association | identification_area | 1 | Identification_Area | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product SPICE Kernel Text class defines a binary SPICE product.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_SPICE_Kernel_Binary | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Generic | R |
file_area | 1 | File_Area_SPICE_Kernel_Binary | ||
Inherited Association | identification_area | 1 | Identification_Area | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product SPICE Kernel Text class defines a text SPICE product.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_SPICE_Kernel_Text | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Product | R |
file_area | 1 | File_Area_SPICE_Kernel_Text | ||
Inherited Association | identification_area | 1 | Identification_Area | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Stream Delimited class defines a product consisting of at least one Stream Delimited file (Spreadsheet) and other associated data objects and metadata.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Observational | ||||
. . . Product_Stream_Delimited | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | collected_under | 1 | Observation_Area | |
cross_reference_area | 1 | Cross_Reference_Area_Product | R | |
file_area | 1..* | File_Area_Observational | ||
identification_area | 1 | Identification_Area_Product | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Table Binary class defines a product consisting of at least one Binary table and other associated data objects and metadata.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Observational | ||||
. . . Product_Table_Binary | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | collected_under | 1 | Observation_Area | |
cross_reference_area | 1 | Cross_Reference_Area_Product | R | |
file_area | 1..* | File_Area_Observational | ||
identification_area | 1 | Identification_Area_Product | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Table Binary Grouped class defines a product consisting of at least one Binary table with groups of repeating fields and other associated data objects and metadata.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Observational | ||||
. . . Product_Table_Binary_Grouped | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | collected_under | 1 | Observation_Area | |
cross_reference_area | 1 | Cross_Reference_Area_Product | R | |
file_area | 1..* | File_Area_Observational | ||
identification_area | 1 | Identification_Area_Product | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Table Character class defines a product consisting of at least one character table and other associated data objects and metadata.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Observational | ||||
. . . Product_Table_Character | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | collected_under | 1 | Observation_Area | |
cross_reference_area | 1 | Cross_Reference_Area_Product | R | |
file_area | 1..* | File_Area_Observational | ||
identification_area | 1 | Identification_Area_Product | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Table Character Grouped class defines a product consisting of at least one Character table with groups of repeating fields and other associated data objects and metadata.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Observational | ||||
. . . Product_Table_Character_Grouped | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | collected_under | 1 | Observation_Area | |
cross_reference_area | 1 | Cross_Reference_Area_Product | R | |
file_area | 1..* | File_Area_Observational | ||
identification_area | 1 | Identification_Area_Product | R | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:A target product describes a target.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_Target | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Context | R |
identification_area | 1 | Identification_Area_Product | R | |
product_data_object | 1 | Target | ||
Inherited Association | none | |||
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Text File consists of a single text file with ASCII character encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Text_File | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area | OR |
file_area | 1 | File_Area_Text | ||
Inherited Association | identification_area | 1 | Identification_Area | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Thumbnail class defines a product consisting of one encoded byte stream digital object.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Thumbnail | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area | OR |
file_area | 1 | File_Area_Encoded_Image | ||
Inherited Association | identification_area | 1 | Identification_Area | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product Update class defines a product consisting of update information and optional references to other products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_NonDigital | ||||
. . Product_Update | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area_Context | R |
product_data_object | 1 | Update | ||
Inherited Association | identification_area | 1 | Identification_Area | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product XML Schema consists of a single text file in XML Schema encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_XML_Schema | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | cross_reference_area | 1 | Cross_Reference_Area | OR |
file_area | 1 | File_Area_XML_Schema | ||
Inherited Association | identification_area | 1 | Identification_Area | |
Referenced from | none |
Root Class:Product
Role:Concrete
Class Description:The Product_Zipped is a product with references to other products. The referenced products and all associated products and files are packaged into a single ZIP file.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Zipped | ||||
Subclass | none | |||
Attribute | container_type | 1 | ZIP | |
GZIP | ||||
LZIP | ||||
TAR | ||||
Inherited Attribute | none | |||
Association | file | 1 | File | |
member_entry | 1..* | Zipped_Member_Entry | O | |
Inherited Association | cross_reference_area | 1 | Cross_Reference_Area_Generic | O |
identification_area | 1 | Identification_Area | ||
Referenced from | none |
The context model defines the classes that exist in the planetary science community and that provide a context within which science data products are collected, located, and used. For example, the Mars Viking Digital Image Mosaic is a data set created from images that were collected by the two vidicon cameras that flew on the Viking Orbiters. The context model includes classes such as mission, instrument, and data set that are subsequently used to create objects that describe the Viking mission, the two Vidicon cameras, and the resulting data set. These objects and their relationships provide the context for the digital images collected.
The context class hierarchy is illustrated in the following diagram. This diagram presents the subclassOf relation for each class in a hierarchical (tree) format and provides a visual representation of the classes in relation to their parent classes.
+ + Observing_System_Component
+ + Value_Domain
+ + TNDO_Context
+ + + Data_Set_PDS3
+ + + Detector
+ + + Instrument
+ + + Instrument_Host
+ + + + Laboratory
+ + + + Rover
+ + + + Spacecraft
+ + + Investigation
+ + + + Individual_Investigation
+ + + + Mission
+ + + + Observing_Campaign
+ + + + Other_Investigation
+ + + Node
+ + + Observing_System
+ + + Personnel
+ + + + PDS_Affiliate
+ + + + PDS_Guest
+ + + Resource
+ + + Target
+ + + + Calibration_Object
+ + + + Dust
+ + + + Feature
+ + + + Region
+ + + + Ring
+ + + + Solar_System_Body
+ + + + + Asteroid
+ + + + + Comet
+ + + + + Dwarf_Planet
+ + + + + + Pluto
+ + + + + Planet
+ + + + + + Gas_Giant
+ + + + + + + Ice_Giant
+ + + + + + + + Neptune
+ + + + + + + + Uranus
+ + + + + + + Jupiter
+ + + + + + + Saturn
+ + + + + + Terrestrial
+ + + + + + + Earth
+ + + + + + + Mars
+ + + + + + + Mercury
+ + + + + + + Venus
+ + + + + Satellite
+ + + + + + Deimos
+ + + + + + Phobos
+ + + + + Sun
+ + + + Solar_Wind
+ + + + Star
+ + + Volume_PDS3
+ + + Volume_Set_PDS3
+ + + Attribute_Definition
+ + + Bibliographic_Reference
+ + + Citation
+ + + Object_Statistics
+ + + Reference
+ + + Update
The class hierarchy above includes 63 unique classes.
The context classes are illustrated using a Unified Modeling Language (UML) Class Hierarchy diagram in Figure 5.
Figure 5 Context Description UML Class Diagram
The following sections present the context classes in a table format. The table includes the class hierarchy, class attributes, and class associations. The class attributes and associations listed include both those used to define the class and those inherited from parent classes. Cardinalities are provided where appropriate.
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:Asteroids, sometimes called minor planets or planetoids, are small Solar System bodies in orbit around the Sun, especially in the inner Solar System; they are smaller than planets but larger than meteoroids.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Asteroid | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Attribute Definition class defines an attribute in the data dictioonary.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Supplemental | ||||
. . Attribute_Definition | ||||
Subclass | none | |||
Attribute | class_name | 1 | ||
data_element_concept | 1 | |||
identifier | 1 | |||
is_enumerated_flag | 1 | T | ||
F | ||||
name_space_id | 1 | |||
registered_by | 1 | |||
registration_authority_id | 1 | |||
steward_id | 1 | |||
submitter_id | 1 | |||
title | 1 | |||
version_id | 1 | |||
Inherited Attribute | description | 1 | O | |
local_identifier | 1 | |||
Association | terminological_entry | 1..* | Terminological_Entry | |
value_domain_entry | 1 | Value_Domain | O | |
Inherited Association | data_object | 1 | Conceptual_Object | R |
Referenced from | Product_Attribute_Definition |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Bibliographic Reference class provides references to documents that are not regisered with the PDS.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Supplemental | ||||
. . Bibliographic_Reference | ||||
Subclass | none | |||
Attribute | doi | 1 | O | |
reference_text | 1 | |||
url | 1 | O | ||
Inherited Attribute | description | 1 | O | |
local_identifier | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Conceptual_Object | R |
Referenced from | Cross_Reference_Area | |||
Cross_Reference_Area_Bundle | ||||
Cross_Reference_Area_Collection | ||||
Cross_Reference_Area_Context | ||||
Cross_Reference_Area_Document | ||||
Cross_Reference_Area_Generic | ||||
Cross_Reference_Area_Manifest | ||||
Cross_Reference_Area_Product |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:Calibration is the validation of specific measurement techniques and equipment. A Calibration Object provides a known magnitude or correctness for comparison with another measurement.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Calibration_Object | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Citation class provides text to be used for quoting an artifact as an authoritative source.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Supplemental | ||||
. . Citation | ||||
Subclass | none | |||
Attribute | citation_text | 1 | ||
Inherited Attribute | description | 1 | O | |
local_identifier | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Conceptual_Object | R |
Referenced from | Product_Citation |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:A comet is a Small Solar System Body that orbits the Sun. When close enough to the Sun, a comet exhibits a visible coma (fuzzy "atmosphere"), and sometimes a tail, both because of the effects of solar radiation upon the comet's nucleus. Comet nuclei are themselves loose collections of ice, dust and small rocky particles, ranging from a few kilometers to tens of kilometers across.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Comet | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Data Set PDS3 class is used to capture the data set information from the PDS3 Data Set Catalog.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Data_Set_PDS3 | ||||
Subclass | none | |||
Attribute | abstract_desc | 1 | ||
archive_status | 1 | ARCHIVED | O | |
IN_LIEN_RESOLUTION | ||||
IN_PEER_REVIEW | ||||
IN_QUEUE | ||||
LOCALLY_ARCHIVED | ||||
PRE_PEER_REVIEW | ||||
SAFED | ||||
SUPERSEDED | ||||
IN_QUEUE_ACCUMULATING | ||||
PRE_PEER_REVIEW_ACCUMULATING | ||||
IN_PEER_REVIEW_ACCUMULATING | ||||
IN_LIEN_RESOLUTION_ACCUMULATING | ||||
LOCALLY_ARCHIVED_ACCUMULATING | ||||
ARCHIVED_ACCUMULATING | ||||
citation_text | 1 | |||
confidence_level_note | 1 | |||
data_set_id | 1 | |||
data_set_name | 1 | |||
data_set_release_date | 1 | |||
data_set_terse_desc | 1 | |||
description | 1 | R | ||
producer_full_name | 1 | |||
start_date_time | 1 | |||
stop_date_time | 1 | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Conceptual_Object | ||||
Referenced from | Product_Data_Set_PDS3 |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:Deimos is the smaller and outer of Mars' two moons.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Satellite | ||||
. . . . . Deimos | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Detector class provides a description of a phyiscal object that collects data.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Detector | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Conceptual_Object | ||||
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:Dust is a general name for minute solid particles with diameters less than 20 thou (500 micrometres). Cosmic dust is widely present in space, where gas and dust clouds are primary precursors for planetary systems.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Dust | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:A Dwarf Planet is a trans-Neptunian dwarf planet or an object that is likely to be such a body.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Dwarf_Planet | ||||
Subclass | Pluto | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:Earth is the third planet from the Sun, and the largest of the terrestrial planets in the Solar System in terms of diameter, mass and density.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Planet | ||||
. . . . . Terrestrial | ||||
. . . . . . Earth | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:A feature is a distinct property or piece. In geographic information systems, feature data comprises information about an entity with a geographic location
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Feature | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:A gas giant is a large planet that is not primarily composed of rock or other solid matter.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Planet | ||||
. . . . . Gas_Giant | ||||
Subclass | Ice_Giant | |||
Jupiter | ||||
Saturn | ||||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:An ice giant is a gas giant that is mostly composed of water, ammonia, and methane.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Planet | ||||
. . . . . Gas_Giant | ||||
. . . . . . Ice_Giant | ||||
Subclass | Neptune | |||
Uranus | ||||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Individual Investigation class describes an activity involved in the collection of data.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Investigation | ||||
. . . Individual_Investigation | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | R | |
objectives_summary | 1 | |||
start_date | 1 | |||
stop_date | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Conceptual_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Instrument class provides a description of a phyiscal object that collects data.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Instrument | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | data_object | 1 | Physical_Object | R |
Inherited Association | none | |||
Referenced from | Product_Instrument |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Instrument Host class provides a description of the phyiscal object upon which an instrument is mounted.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Instrument_Host | ||||
Subclass | Laboratory | |||
Rover | ||||
Spacecraft | ||||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | data_object | 1 | Physical_Object | R |
Inherited Association | none | |||
Referenced from | Product_Instrument_Host |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Investigation class is the abstract parent class for all activities involved in the collection of data.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Investigation | ||||
Subclass | Individual_Investigation | |||
Mission | ||||
Observing_Campaign | ||||
Other_Investigation | ||||
Attribute | description | 1 | R | |
objectives_summary | 1 | |||
start_date | 1 | |||
stop_date | 1 | |||
Inherited Attribute | none | |||
Association | data_object | 1 | Conceptual_Object | R |
Inherited Association | none | |||
Referenced from | Product_Investigation |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:Jupiter is the fifth planet from the Sun and the largest planet within the Solar System. Jupiter is a traditional gas giant and is composed primarily of hydrogen and helium.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Planet | ||||
. . . . . Gas_Giant | ||||
. . . . . . Jupiter | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Laboratory class provides a description of the object in which an an instrument is used to collect data.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Instrument_Host | ||||
. . . Laboratory | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:Mars is the fourth planet from the Sun in the Solar System.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Planet | ||||
. . . . . Terrestrial | ||||
. . . . . . Mars | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:Mercury is the innermost and smallest planet in the Solar System,[8] orbiting the Sun once every 87.969 days.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Planet | ||||
. . . . . Terrestrial | ||||
. . . . . . Mercury | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Mission class describes an activity involved in the collection of data.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Investigation | ||||
. . . Mission | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | R | |
objectives_summary | 1 | |||
start_date | 1 | |||
stop_date | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Conceptual_Object | R |
Referenced from | Product_Mission |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:Neptune is the eighth and outermost-known planet from the Sun in the Solar System.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Planet | ||||
. . . . . Gas_Giant | ||||
. . . . . . Ice_Giant | ||||
. . . . . . . Neptune | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Node class provides a description of a conceptual object that provides local governance within the federated Planetary Data System.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Node | ||||
Subclass | none | |||
Attribute | institution_name | 1 | ||
node_name | 1 | Geosciences | ||
Imaging | ||||
Navigation_Ancillary_Information_Facility | ||||
Planetary_Atmospheres | ||||
Planetary_Plasma_Interactions | ||||
Planetary_Rings | ||||
Radio_Science | ||||
Small_Bodies | ||||
Engineering | ||||
Inherited Attribute | description | 1 | O | |
Association | data_object | 1 | Conceptual_Object | R |
Inherited Association | none | |||
Referenced from | Product_Node |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Object Statistics class provides a set of values that provide metrics about the object.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Supplemental | ||||
. . Object_Statistics | ||||
Subclass | none | |||
Attribute | maximum | 1 | O | |
md5_checksum | 1 | O | ||
mean | 1 | O | ||
median | 1 | O | ||
minimum | 1 | O | ||
sample_bit_mask | 1 | O | ||
standard_deviation | 1 | O | ||
Inherited Attribute | description | 1 | O | |
local_identifier | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Conceptual_Object | R |
Referenced from | Array_2D_Image | |||
Stream_Delimited_Field | ||||
Table_Binary_Field | ||||
Table_Character_Field |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Observing Campaign class describes an activity involved in the collection of data.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Investigation | ||||
. . . Observing_Campaign | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | R | |
objectives_summary | 1 | |||
start_date | 1 | |||
stop_date | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Conceptual_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Observing_System class references one or more subsystems used to collect data. A subsystem can be an instrument_host, instrument, or any other similar product. The subsystems are grouped into components, for example a sensor or a source.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Observing_System | ||||
Subclass | none | |||
Attribute | local_identifier | 1 | O | |
title | 1 | |||
Inherited Attribute | description | 1 | O | |
Association | observing_system_component | 1..2 | Observing_System_Component | |
Inherited Association | data_object | 1 | Physical_Object | R |
Conceptual_Object | ||||
Referenced from | Cross_Reference_Area | |||
Cross_Reference_Area_Collection | ||||
Cross_Reference_Area_Document | ||||
Cross_Reference_Area_Product |
Root Class:Tagged_NonDigital_Child
Role:Concrete
Class Description:The Observing System Component class references one or more subsystems that function as a sensor. A subsystem can be an instrument_host, instrument, or any other similar product.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Child | |||
. Observing_System_Component | ||||
Subclass | none | |||
Attribute | observing_system_component_type | 1 | SENSOR | |
SOURCE | ||||
Inherited Attribute | none | |||
Association | reference_entry | 1..* | Observing_System_Reference_Entry | |
Inherited Association | none | |||
Referenced from | Observing_System |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Other Investigation class describes an activity involved in the collection of data. This class is used when other specific types of investigations are not appropriate.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Investigation | ||||
. . . Other_Investigation | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | R | |
objectives_summary | 1 | |||
start_date | 1 | |||
stop_date | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Conceptual_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The PDS Affiliate class provides a description of a person who has an association with the planetary science community and has access to PDS resources not normally allowed to the general public.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Personnel | ||||
. . . PDS_Affiliate | ||||
Subclass | none | |||
Attribute | affiliation_type | 1 | Manager | |
Technical_Staff | ||||
Data_Provider | ||||
Affiliate | ||||
alternate_telephone_number | 1 | O | ||
electronic_mail_address | 1..* | O | ||
institution_name | 1 | |||
node_name | 1 | Engineering | O | |
Geosciences | ||||
Imaging | ||||
Navigation_Ancillary_Information_Facility | ||||
Planetary_Atmospheres | ||||
Planetary_Plasma_Interactions | ||||
Planetary_Rings | ||||
Radio_Science | ||||
Small_Bodies | ||||
unk | ||||
HQ | ||||
National_Space_Science_Data_Center | ||||
PDS_Management | ||||
phone_book_flag | 1 | |||
postal_address_text | 1 | |||
telephone_number | 1 | O | ||
Inherited Attribute | registration_date | 1 | ||
sort_name | 1 | |||
description | 1 | O | ||
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | Product_PDS_Affiliate |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The PDS_Guest class is the default description of a person who has an association with the planetary science community and who has the most limited access to PDS resources.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Personnel | ||||
. . . PDS_Guest | ||||
Subclass | none | |||
Attribute | electronic_mail_address | 1..* | O | |
Inherited Attribute | registration_date | 1 | ||
sort_name | 1 | |||
description | 1 | O | ||
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | Product_PDS_Guest |
Root Class:Tagged_NonDigital_Child
Role:Concrete
Class Description:The permissible_value class lists the permissible values allowed and optionally their meanings.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Child | |||
. Permissible_Value | ||||
Subclass | none | |||
Attribute | begin_date | 1 | ||
end_date | 1 | |||
value | 1 | |||
value_meaning | 1 | O | ||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Value_Domain |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Personnel class provides a description of a person who has an association with the planetary science community.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Personnel | ||||
Subclass | PDS_Affiliate | |||
PDS_Guest | ||||
Attribute | registration_date | 1 | ||
sort_name | 1 | |||
Inherited Attribute | description | 1 | O | |
Association | data_object | 1 | Physical_Object | R |
Inherited Association | none | |||
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:Phobos is the larger and closer of two small moons of Mars.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Satellite | ||||
. . . . . Phobos | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:A planet is a celestial body orbiting a star or stellar remnant that is massive enough to be rounded by its own gravity, is not massive enough to cause thermonuclear fusion, and has cleared its neighbouring region of planetesimals.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Planet | ||||
Subclass | Gas_Giant | |||
Terrestrial | ||||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:Pluto, formal designation 134340 Pluto, is the second-largest known dwarf planet in the Solar System (after Eris) and the tenth-largest body observed directly orbiting the Sun. Originally classified as a planet, Pluto is now considered the largest member of a distinct population called the Kuiper belt.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Dwarf_Planet | ||||
. . . . . Pluto | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The reference class provides bibliographic and location information for a publication.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Supplemental | ||||
. . Reference | ||||
Subclass | none | |||
Attribute | doi | 1 | O | |
reference_text | 1 | O | ||
Inherited Attribute | description | 1 | O | |
local_identifier | 1 | |||
Association | none | |||
Inherited Association | data_object | 1 | Conceptual_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The portion of space measured by an instrument at the time of an observation. A region is distinguished by certain natural features or physical characteristics.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Region | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Resouce class provides a description of a web resource. This class is a generic class and is used for resources not otherwise defined in the model.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Resource | ||||
Subclass | none | |||
Attribute | description | 1 | R | |
url | 1 | |||
Inherited Attribute | none | |||
Association | data_object | 1 | Conceptual_Object | R |
Inherited Association | none | |||
Referenced from | Product_Resource |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:A planetary ring is a ring of cosmic dust and other small particles orbiting around a planet in a flat disc-shaped region.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Ring | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Rover class provides a description of the phyiscal object upon which an instrument is mounted.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Instrument_Host | ||||
. . . Rover | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:A natural satellite or moon is a celestial body that orbits a planet or smaller body, which is called the primary.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Satellite | ||||
Subclass | Deimos | |||
Phobos | ||||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:Saturn is the sixth planet from the Sun and the second largest planet in the Solar System, after Jupiter. Saturn is a traditional gas giant and is composed primarily of hydrogen and helium.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Planet | ||||
. . . . . Gas_Giant | ||||
. . . . . . Saturn | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:A body in the Solar System. The solar system consists of the Sun and those celestial objects bound to it by gravity.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
Subclass | Asteroid | |||
Comet | ||||
Dwarf_Planet | ||||
Planet | ||||
Satellite | ||||
Sun | ||||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The solar wind is a stream of charged particles ejected from the upper atmosphere of the sun. It consists mostly of electrons and protons with energies usually between 10 and 100 eV.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_Wind | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Spacecraft class provides a description of the phyiscal object upon which an instrument is mounted.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Instrument_Host | ||||
. . . Spacecraft | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:A star is a massive, luminous ball of plasma that is held together by gravity.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Star | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Sun is the star at the center of the Solar System.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Sun | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Abstract
Class Description:The Tagged NonDigital Object (TNDO) Context class is an abstract class for the context class hierarchy.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
Subclass | Data_Set_PDS3 | |||
Detector | ||||
Instrument | ||||
Instrument_Host | ||||
Investigation | ||||
Node | ||||
Observing_System | ||||
Personnel | ||||
Resource | ||||
Target | ||||
Volume_PDS3 | ||||
Volume_Set_PDS3 | ||||
Attribute | description | 1 | O | |
Inherited Attribute | none | |||
Association | data_object | 1 | Physical_Object | R |
Conceptual_Object | ||||
Inherited Association | none | |||
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Abstract
Class Description:The Tagged NonDigital Object (TNDO) Supplimental class is an abstract class for the supplimental class hierarchy.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Supplemental | ||||
Subclass | Attribute_Definition | |||
Bibliographic_Reference | ||||
Citation | ||||
Object_Statistics | ||||
Reference | ||||
Update | ||||
Attribute | description | 1 | O | |
local_identifier | 1 | |||
Inherited Attribute | none | |||
Association | data_object | 1 | Conceptual_Object | R |
Inherited Association | none | |||
Referenced from | none |
Root Class:Tagged_NonDigital_Child
Role:Abstract
Class Description:The Tagged NonDigital Child class is an abstract class for the components of classes in the tagged nondigital object class hierarchy.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Child | |||
Subclass | Observing_System_Component | |||
Permissible_Value | ||||
Terminological_Entry | ||||
Value_Domain | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Abstract
Class Description:The Tagged NonDigital Object class is an abstract class for the physical and conceptual class hierarchy. A tagged object is an information object.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
Subclass | TNDO_Context | |||
TNDO_Supplemental | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | data_object | 1..* | Conceptual_Object | O |
Physical_Object | ||||
Inherited Association | none | |||
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Target class provides a description of a phyiscal object that is the object of data collection.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
Subclass | Calibration_Object | |||
Dust | ||||
Feature | ||||
Region | ||||
Ring | ||||
Solar_System_Body | ||||
Solar_Wind | ||||
Star | ||||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | data_object | 1 | Physical_Object | R |
Inherited Association | none | |||
Referenced from | Product_Target |
Root Class:Tagged_NonDigital_Child
Role:Concrete
Class Description:The terminological_entry class provides the name (designation) and definition of the attribute in a specified natural language.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Child | |||
. Terminological_Entry | ||||
Subclass | none | |||
Attribute | definition | 1 | ||
designation | 1 | |||
language | 1 | English | ||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Attribute_Definition |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:A terrestrial planet, telluric planet, rocky planet or inner planet is a planet that is primarily composed of silicate rocks.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Planet | ||||
. . . . . Terrestrial | ||||
Subclass | Earth | |||
Mars | ||||
Mercury | ||||
Venus | ||||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Update class consists of update information.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Supplemental | ||||
. . Update | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
local_identifier | 1 | |||
Association | update_entry | 1..* | Update_Entry | O |
Inherited Association | data_object | 1 | Conceptual_Object | R |
Referenced from | Product_Update |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:Uranus is the seventh planet from the Sun, and the third-largest and fourth most massive planet in the Solar System.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Planet | ||||
. . . . . Gas_Giant | ||||
. . . . . . Ice_Giant | ||||
. . . . . . . Uranus | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Child
Role:Concrete
Class Description:The value_domain class defines the permissible values allowed. These may be enumerated or non-enumerated values.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Child | |||
. Value_Domain | ||||
Subclass | none | |||
Attribute | conceptual_domain | 1..* | O | |
data_type | 1 | ASCII_Boolean_TF | ||
ASCII_Date_YMD | ||||
ASCII_Integer | ||||
ASCII_Real | ||||
ASCII_AnyURI | ||||
ASCII_Date_DOY | ||||
ASCII_Date_Time_UTC | ||||
ASCII_Date_Time_YMD | ||||
ASCII_LID | ||||
ASCII_LIDVID | ||||
ASCII_MD5_Checksum | ||||
ASCII_Short_String_Collapsed | ||||
ASCII_Text_Preserved | ||||
ASCII_Short_String_Preserved | ||||
ASCII_Time | ||||
ASCII_VID | ||||
ASCII_DOI | ||||
ASCII_Numeric_Base2 | ||||
ASCII_Numeric_Base16 | ||||
ASCII_NonNegative_Integer | ||||
ASCII_File_Specification_Name | ||||
default_unit_id | 1 | O | ||
formation_rule | 1 | O | ||
maximum_characters | 1 | O | ||
maximum_value | 1 | O | ||
minimum_characters | 1 | O | ||
minimum_value | 1 | O | ||
pattern | 1 | O | ||
unit_of_measure_name | 1 | O | ||
Inherited Attribute | none | |||
Association | permissible_value | 1 | Permissible_Value | O |
Inherited Association | none | |||
Referenced from | Attribute_Definition |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:Venus is the second-closest planet to the Sun, orbiting it every 224.7 Earth days.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Target | ||||
. . . Solar_System_Body | ||||
. . . . Planet | ||||
. . . . . Terrestrial | ||||
. . . . . . Venus | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Referenced from | none |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Volume_PDS3 class is used to capture the volume information from the PDS3 Data Set Catalog.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Volume_PDS3 | ||||
Subclass | none | |||
Attribute | archive_status | 1 | ARCHIVED | O |
IN_LIEN_RESOLUTION | ||||
IN_PEER_REVIEW | ||||
IN_QUEUE | ||||
LOCALLY_ARCHIVED | ||||
PRE_PEER_REVIEW | ||||
SAFED | ||||
SUPERSEDED | ||||
IN_QUEUE_ACCUMULATING | ||||
PRE_PEER_REVIEW_ACCUMULATING | ||||
IN_PEER_REVIEW_ACCUMULATING | ||||
IN_LIEN_RESOLUTION_ACCUMULATING | ||||
LOCALLY_ARCHIVED_ACCUMULATING | ||||
ARCHIVED_ACCUMULATING | ||||
archive_status_note | 1 | |||
curating_node_id | 1..* | O | ||
medium_type | 1 | |||
publication_date | 1 | |||
volume_de_fullname | 1 | |||
volume_format | 1 | |||
volume_id | 1 | |||
volume_name | 1 | |||
volume_set_id | 1 | |||
volume_size | 1 | |||
volume_version_id | 1 | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Conceptual_Object | ||||
Referenced from | Collection_Volume_PDS3 |
Root Class:Tagged_NonDigital_Object
Role:Concrete
Class Description:The Volume_Set_PDS3 class is used to capture the volume set information from the PDS3 Data Set Catalog.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Tagged_NonDigital_Object | |||
. TNDO_Context | ||||
. . Volume_Set_PDS3 | ||||
Subclass | none | |||
Attribute | volume_series_name | 1 | ||
volume_set_id | 1 | |||
volume_set_name | 1 | |||
volumes | 1 | |||
Inherited Attribute | description | 1 | O | |
Association | none | |||
Inherited Association | data_object | 1 | Physical_Object | R |
Conceptual_Object | ||||
Referenced from | Collection_Volume_Set_PDS3 |
This section provides the set of classes used for PDS operations.
The operations class hierarchy is illustrated in the following diagram. This diagram presents the subclassOf relation for each class using a hierarchical (tree) format, providing a visual representation of the classes in relation to their parent classes.
+ + Local_Attribute
+ + Local_Class
+ + Local_DD
+ + + + Delivery_Manifest
The class hierarchy above includes 7 unique classes.
The operations classes are illustrated using a Unified Modeling Language (UML) Class Hierarchy diagram in Figure 6. This diagram defines the classes that are used in an operational context.
Figure 6 Operations UML Class Diagram
The following sections present the operations classes in a table format. The table includes the class hierarchy, class attributes, and class associations. The class attributes and associations listed include both those used to define the class and those inherited from parent classes. Cardinalities are provided where appropriate.
Root Class:Product
Role:Concrete
Class Description:A delivery manifest is a system product that contains a table of references to one or more files.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Product | |||
. Product_Digital | ||||
. . Product_Manifest | ||||
. . . Delivery_Manifest | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | cross_reference_area | 1 | Cross_Reference_Area_Manifest | OR |
file_area | 1 | File_Area_Manifest | ||
identification_area | 1 | Identification_Area_Manifest | R | |
Referenced from | none |
Root Class:Operational_Description
Role:Concrete
Class Description:The Local_Association class defines the membership between a class and an attribute in a local data dictionary.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Operational_Description | |||
. Local_Association | ||||
Subclass | none | |||
Attribute | constant_value | 1 | ||
local_attribute_id | 1 | |||
maximum_occurrences | 1 | |||
minimum_occurrences | 1 | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Local_Class |
Root Class:Operational_Description
Role:Concrete
Class Description:The Local_Attribute class defines an attribute for a local data dictionary.
Root Class:Operational_Description
Role:Concrete
Class Description:The Local_Class class defines a user class, a collection of attributes in a local data dictionary.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Operational_Description | |||
. Local_Class | ||||
Subclass | none | |||
Attribute | description | 1 | ||
name | 1 | |||
Inherited Attribute | none | |||
Association | local_association | 1..* | Local_Association | |
Inherited Association | none | |||
Referenced from | Local_DD |
Root Class:Operational_Description
Role:Concrete
Class Description:The Local_DD class defines a local data dictionary.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Operational_Description | |||
. Local_DD | ||||
Subclass | none | |||
Attribute | comment | 1 | O | |
full_name | 1 | |||
last_modification_date_time | 1 | |||
name_space_id | 1 | |||
pds4_merge_flag | 1 | T | ||
F | ||||
registration_authority_id | 1 | |||
steward_id | 1 | |||
version_id | 1 | |||
Inherited Attribute | none | |||
Association | local_attribute | 1..* | Local_Attribute | |
local_class | 1..* | Local_Class | O | |
Inherited Association | none | |||
Referenced from | none |
Root Class:Operational_Description
Role:Concrete
Class Description:The Local_Value_Domain class defines a value and an optional definition for an attribute in a local data dictionary.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Operational_Description | |||
. Local_Value_Domain | ||||
Subclass | none | |||
Attribute | value | 1 | ||
value_meaning | 1 | O | ||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Local_Attribute |
Root Class:Operational_Description
Role:Abstract
Class Description:The Operational Description class is an abstract class for all operational classes.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Operational_Description | |||
Subclass | Local_Association | |||
Local_Attribute | ||||
Local_Class | ||||
Local_DD | ||||
Local_Value_Domain | ||||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
This section provides the sets of classes associated with the imaging discipline.
The image discipline class hierarchy is illustrated in the following diagram. This diagram presents the subclassOf relation for each class using a hierarchical (tree) format, providing a visual representation of the classes in relation to their parent classes.
+ Imaging
+ + Camera_Model
+ + + CAHV
+ + + + CAHVOR
+ + + + + CAHVORE
+ + Cartography
+ + + Image_Map_Projection
+ + + Az_el_coordinate_system
+ + Geometry
+ + Origin_Rotation_Quaternion
+ Vector
+ + Axis_Vector
+ + Center_Vector
+ + Vertical_Vector
The class hierarchy above includes 21 unique classes.
The imaging discipline classes are illustrated using a Unified Modeling Language (UML) Class Hierarchy diagram in Figure 7.
Figure 7 Imaging Discipline UML Class Diagram
The following sections present the discipline classes in a table format. The table includes the class hierarchy, class attributes, and class associations. The class attributes and associations listed include both those used to define the class and those inherited from parent classes. Cardinalities are provided where appropriate.
Root Class:Vector
Role:Concrete
Class Description:A vector defining the camera axis, which is normal to the image plane.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Vector | |||
. Axis_Vector | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | x | 1 | ||
y | 1 | |||
z | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | CAHV | |||
CAHVOR | ||||
CAHVORE |
Root Class:Imaging
Role:Concrete
Class Description:xxx TBD E. Rye xxx
Root Class:Imaging
Role:Concrete
Class Description:A camera model, designed at JPL, equivalent to the standard linear photogrammetric model for a pinhole camera. It is useful for very small field of view cameras and as a building block for more complex camera models. (Madison et. al., 2005)
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Imaging | |||
. Camera_Model | ||||
. . CAHV | ||||
Subclass | CAHVOR | |||
Attribute | none | |||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
Association | associated_with_reference_coordinate_system | 1 | Coordinate_System | |
has_axis_vector | 1 | Axis_Vector | ||
has_center_vector | 1 | Center_Vector | ||
has_horizontal_vector | 1 | Horizontal_Vector | ||
has_vertical_vector | 1 | Vertical_Vector | ||
Inherited Association | none | |||
Referenced from | none |
Root Class:Imaging
Role:Concrete
Class Description:Built upon the CAHV camera model, but also allows for cameras with radial lens distortion about the lens axis. (See Gennery, D. B. 1993)
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Imaging | |||
. Camera_Model | ||||
. . CAHV | ||||
. . . CAHVOR | ||||
Subclass | CAHVORE | |||
Attribute | none | |||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
Association | has_optical_vector | 1 | Vector | |
has_radial_coefficients | 1 | Coefficients_Array | ||
Inherited Association | associated_with_reference_coordinate_system | 1 | Coordinate_System | |
has_axis_vector | 1 | Axis_Vector | ||
has_center_vector | 1 | Center_Vector | ||
has_horizontal_vector | 1 | Horizontal_Vector | ||
has_vertical_vector | 1 | Vertical_Vector | ||
Referenced from | none |
Root Class:Imaging
Role:Concrete
Class Description:Built upon the CAHVOR model, but describes more general cameras including those with fisheye or otherwise wide field of view lenses.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Imaging | |||
. Camera_Model | ||||
. . CAHV | ||||
. . . CAHVOR | ||||
. . . . CAHVORE | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
Association | entrance | 1 | Coefficients_Array | |
Inherited Association | associated_with_reference_coordinate_system | 1 | Coordinate_System | |
has_axis_vector | 1 | Axis_Vector | ||
has_center_vector | 1 | Center_Vector | ||
has_horizontal_vector | 1 | Horizontal_Vector | ||
has_vertical_vector | 1 | Vertical_Vector | ||
has_optical_vector | 1 | Vector | ||
has_radial_coefficients | 1 | Coefficients_Array | ||
Referenced from | none |
Root Class:Imaging
Role:Abstract
Class Description:xxx TBD E. Rye xxx
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Imaging | |||
. Camera_Model | ||||
Subclass | CAHV | |||
Attribute | none | |||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Imaging
Role:Concrete
Class Description:xxx TBD E. Rye xxx
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Imaging | |||
. Camera_Parameters | ||||
Subclass | none | |||
Attribute | edit_mode_id | 1 | O | |
exposure_duration | 1 | O | ||
filter_id | 1 | 0 | O | |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 | ||||
8 | ||||
A | ||||
B | ||||
C1 | ||||
C2 | ||||
C3 | ||||
D | ||||
HFM1 | ||||
LFM1 | ||||
filter_name | 1 | A | O | |
B | ||||
BLUE | ||||
BLUE-GREEN | ||||
C | ||||
CLEAR | ||||
D | ||||
E | ||||
F | ||||
GREEN | ||||
IR-7270 | ||||
IR-7560 | ||||
IR-8890 | ||||
IR-9680 | ||||
L1000_R480 | ||||
L440_R440 | ||||
L450_R670 | ||||
L670_R670 | ||||
L800_R750 | ||||
L860_R-DIOPTER | ||||
L885_R947 | ||||
L900_R600 | ||||
L925_R935 | ||||
L930_R530 | ||||
L935_R990 | ||||
L965_R965 | ||||
LONGWAVE | ||||
METHANE-JST | ||||
METHANE-U | ||||
MINUS BLUE | ||||
MI_CLOSED | ||||
MI_OPEN | ||||
NEAR-INFRARED | ||||
NONE | ||||
ORANGE | ||||
PANCAM_L2_753NM | ||||
PANCAM_L8_440NM | ||||
PANCAM_LV_602NM | ||||
PANCAM_R8_880NM | ||||
RED | ||||
SHORTWAVE | ||||
SODIUM-D | ||||
SOLAR UV-22 | ||||
T11 | ||||
T15 | ||||
T20 | ||||
T7 | ||||
T9 | ||||
ULTRAVIOLET | ||||
VIOLET | ||||
gain_mode_id | 1 | 100K | O | |
10K | ||||
400K | ||||
40K | ||||
HIGH | ||||
LOW | ||||
scan_mode_id | 1 | .055 | O | |
4.0 | ||||
epf | ||||
long | ||||
short | ||||
shutter_mode_id | 1 | BODARK | O | |
BOTSIM | ||||
BSIMAN | ||||
NADARK | ||||
NAONLY | ||||
WADARK | ||||
WAONLY | ||||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Imaging
Role:Abstract
Class Description:The Cartography class is an abstract class used to identify the cartography namespace.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Imaging | |||
. Cartography | ||||
Subclass | Image_Map_Projection | |||
Attribute | none | |||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Vector
Role:Concrete
Class Description:xxx TBD E. Rye xxx
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Vector | |||
. Center_Vector | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | x | 1 | ||
y | 1 | |||
z | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | CAHV | |||
CAHVOR | ||||
CAHVORE |
Root Class:Imaging
Role:Concrete
Class Description:An array providing the coefficients of a polynomial
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Imaging | |||
. Coefficients_Array | ||||
Subclass | none | |||
Attribute | coefficient_1 | 1 | ||
coefficient_2 | 1 | |||
coefficient_3 | 1 | |||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | CAHVOR | |||
CAHVORE |
Root Class:Imaging
Role:Abstract
Class Description:xxx TBD E. Rye xxx
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Imaging | |||
. Coordinate_System | ||||
Subclass | Az_el_coordinate_system | |||
Attribute | coordinate_system_name | 1 | apxs_frame | |
body_fixed_spherical_coords | ||||
earth-sun_line_cartes_coords | ||||
ecliptic_inertial_cart_coords | ||||
ecliptic_inertl_sphercl_coords | ||||
equatorial_inert_sphrcl_coords | ||||
equatorial_inertial_cart_coord | ||||
jupiter_minus_system_iii | ||||
mast_frame | ||||
mb_frame | ||||
mean_inertial_hg_1950 | ||||
mi_frame | ||||
neptune_west_longitude_system | ||||
non-rotating_spin_coordinates | ||||
planet_centered_cylindrical | ||||
planetocentric | ||||
planetographic | ||||
pvo_inertial_spacecraft_coords | ||||
pvo_spinning_spacecraft_coords | ||||
rat_frame | ||||
rover_frame | ||||
saturn_minus_longitude_system | ||||
sc_centered_ecliptic_coords | ||||
uranus_minus_longitude_system | ||||
uranus_west_longitude_system | ||||
... | ||||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | CAHV | |||
CAHVOR | ||||
CAHVORE |
Root Class:Imaging
Role:Abstract
Class Description:xxx TBD E. Rye xxx
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Imaging | |||
. Geometry | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Vector
Role:Concrete
Class Description:xxx TBD E. Rye xxx
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Vector | |||
. Horizontal_Vector | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | x | 1 | ||
y | 1 | |||
z | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | CAHV | |||
CAHVOR | ||||
CAHVORE |
Root Class:Imaging
Role:Concrete
Class Description:The IMAGE_MAP_PROJECTION object is one of two distinct objects that define the map projection used in creating the digital images in a PDS data set. The name of the other associated object that completes the definition is DATA_SET_MAP_PROJECTION. The map projection information resides in these two objects, essentially to reduce data redundancy and at the same time allow the inclusion of elements needed to process the data at the image level. Basically, static information that is applicable to the complete data set reside in the DATA_SET_MAP_PROJECTION object, while dynamic information that is applicable to the individual images reside in the IMAGE_MAP_PROJECTION object.
Root Class:Imaging
Role:Abstract
Class Description:The Imaging class is an abstract class used to identify the imaging namespace.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Imaging | |||
Subclass | Camera_Model | |||
Camera_Parameters | ||||
Cartography | ||||
Coefficients_Array | ||||
Coordinate_System | ||||
Geometry | ||||
Telemetry_Parameters | ||||
Attribute | comment | 1 | O | |
local_identifier | 1 | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Vector
Role:Concrete
Class Description:xxx TBD E. Rye xxx
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Vector | |||
. Origin_Offset_Vector | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | x | 1 | ||
y | 1 | |||
z | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Az_el_coordinate_system |
Root Class:Quaternion
Role:Concrete
Class Description:xxx TBD E. Rye xxx
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Quaternion | |||
. Origin_Rotation_Quaternion | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | cosine | 1 | ||
x | 1 | |||
y | 1 | |||
z | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | Az_el_coordinate_system |
Root Class:Quaternion
Role:Concrete
Class Description:A quaternion is a four-component representation of a rotation matrix. This may be used to specify the rotation of one Cartesian reference frame--sometimes referred to as the base frame or the 'From' frame--into coincidence with a second Cartesian reference frame--sometimes referred to as the target reference frame or the 'To' frame.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Quaternion | |||
Subclass | Origin_Rotation_Quaternion | |||
Attribute | cosine | 1 | ||
x | 1 | |||
y | 1 | |||
z | 1 | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Imaging
Role:Concrete
Class Description:Descriptive elements related to the flow of data from a spacecraft to the ground for reconstruction into a data product.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Imaging | |||
. Telemetry_Parameters | ||||
Subclass | none | |||
Attribute | application_process_id | 1 | O | |
application_process_name | 1 | APXS | O | |
DESCENT IMAGER | ||||
HAZCAM LEFT FRONT | ||||
HAZCAM LEFT REAR | ||||
HAZCAM RIGHT FRONT | ||||
HAZCAM RIGHT REAR | ||||
MB | ||||
MI | ||||
MINITES | ||||
NAVCAM LEFT | ||||
NAVCAM RIGHT | ||||
PANCAM LEFT | ||||
PANCAM RIGHT | ||||
RAT | ||||
application_process_subtype_id | 1 | O | ||
earth_received_start_time | 1 | O | ||
earth_received_stop_time | 1 | O | ||
expected_packets | 1 | O | ||
packet_map_mask | 1 | O | ||
received_packets | 1 | O | ||
spice_file_name | 1 | O | ||
telemetry_provider_id | 1 | ssw_mer_dp | O | |
ttacs | ||||
telemetry_source_name | 1 | O | ||
telemetry_source_type | 1 | data_product | O | |
sfdu | ||||
Inherited Attribute | comment | 1 | O | |
local_identifier | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Vector
Role:Concrete
Class Description:Provides the coordinates of a point (x, y, z) in Cartesian space relative to the origin of a reference frame, thereby providing the magnitude and direction of a line from the origin to that point.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Vector | |||
Subclass | Axis_Vector | |||
Center_Vector | ||||
Horizontal_Vector | ||||
Origin_Offset_Vector | ||||
Vertical_Vector | ||||
Attribute | x | 1 | ||
y | 1 | |||
z | 1 | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | CAHVOR | |||
CAHVORE |
Root Class:Vector
Role:Concrete
Class Description:xxx TBD E. Rye xxx
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Vector | |||
. Vertical_Vector | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | x | 1 | ||
y | 1 | |||
z | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | CAHV | |||
CAHVOR | ||||
CAHVORE |
This section provides the sets of classes associated with the rings discipline.
The rings discipline class hierarchy is illustrated in the following diagram. This diagram presents the subclassOf relation for each class using a hierarchical (tree) format, providing a visual representation of the classes in relation to their parent classes.
+ Rings
+ + Rings_Prod_Info
The class hierarchy above includes 2 unique classes.
The imaging discipline classes are illustrated using a Unified Modeling Language (UML) Class Hierarchy diagram in Figure 8.
Figure 8 Rings Discipline UML Class Diagram
The following sections present the discipline classes in a table format. The table includes the class hierarchy, class attributes, and class associations. The class attributes and associations listed include both those used to define the class and those inherited from parent classes. Cardinalities are provided where appropriate.
Root Class:Rings
Role:Abstract
Class Description:The Rings class is an abstract class used to identify the RINGS namespace.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Rings | |||
Subclass | Rings_Prod_Info | |||
Attribute | none | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Rings
Role:Concrete
Class Description:This class identifies the set of elements pertinent to Rings products.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Rings | |||
. Rings_Prod_Info | ||||
Subclass | none | |||
Attribute | incidence_angle | 1 | ||
maximum_ring_radius | 1 | |||
minimum_ring_radius | 1 | |||
node_id | 1 | RINGS | ||
node_name | 1 | Planetary_Rings | ||
occultation_type | 1 | STELLAR | ||
planetary_occultation_flag | 1 | n | ||
y | ||||
radial_resolution | 1 | |||
ring_event_start_time | 1 | |||
ring_event_stop_time | 1 | |||
ring_occultation_direction | 1 | both | ||
egress | ||||
ingress | ||||
multiple | ||||
star_name | 1 | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
This section defines the PDS4 data types.
The Data Type class hierarchy is illustrated in the following diagram. This diagram presents the subclassOf relation for each class using a hierarchical (tree) format, providing a visual representation of the classes in relation to their parent classes.
+ + + ASCII_AnyURI
+ + + ASCII_Boolean_TF
+ + + ASCII_DOI
+ + + ASCII_Date_DOY
+ + + ASCII_Date_Time
+ + + ASCII_Date_Time_DOY
+ + + ASCII_Date_Time_UTC
+ + + ASCII_Date_Time_YMD
+ + + ASCII_Date_YMD
+ + + ASCII_Directory_Path_Name
+ + + ASCII_File_Name
+ + + ASCII_File_Specification_Name
+ + + ASCII_Identifier
+ + + ASCII_Integer
+ + + ASCII_LID
+ + + ASCII_LIDVID
+ + + ASCII_MD5_Checksum
+ + + ASCII_Mask
+ + + ASCII_NonNegative_Integer
+ + + ASCII_Numeric_Base16
+ + + ASCII_Numeric_Base2
+ + + ASCII_Real
+ + + ASCII_Short_String_Collapsed
+ + + ASCII_Short_String_Preserved
+ + + ASCII_Text_Preserved
+ + + ASCII_Time
+ + + ASCII_VID
+ + + UTF8_Short_String_Collapsed
+ + + UTF8_Short_String_Preserved
+ + + UTF8_Text_Preserved
+ + Binary_Data_Type
+ + + Boolean
+ + + + Bit
+ + + Complex
+ + + + ComplexB16
+ + + + ComplexB8
+ + + Decimal_Integer
+ + + + SignedLSB2
+ + + + SignedLSB4
+ + + + SignedLSB8
+ + + + SignedMSB2
+ + + + SignedMSB4
+ + + + SignedMSB8
+ + + + UnsignedByte
+ + + + UnsignedLSB2
+ + + + UnsignedLSB4
+ + + + UnsignedMSB2
+ + + + UnsignedMSB4
+ + + Decimal_Real
+ + + + IEEE754Double
+ + + + IEEE754Single
The class hierarchy above includes 53 unique classes.
The classes in this section are illustrated using a Unified Modeling Language (UML) class hierarchy diagram in Figure 9.
Figure 9 DataType UML Class Diagram
The following sections present the classes in a table format. The table includes the class hierarchy, class attributes, and class associations. The class attributes and associations listed include both those used to define the class and those inherited from parent classes. Cardinalities are provided where appropriate.
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII AnyURI class indicates a URI or its subclasses URN and URL.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_AnyURI | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
maximum_characters | 1 | 255 | R | |
minimum_characters | 1 | 1 | R | |
xml_schema_base_type | 1 | xsd:anyURI | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
maximum_value | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Boolean_TF class indicates a boolean with a permissible value of either T or F.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Boolean_TF | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | T | R | |
maximum_characters | 1 | 1 | R | |
minimum_characters | 1 | 1 | R | |
pattern | 1 | (T|F) | R | |
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
maximum_value | 1 | |||
minimum_value | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII DOI class indicates a digital object identifier (DOI).
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_DOI | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | nn.nnnn/nnn | R | |
maximum_characters | 1 | 255 | R | |
minimum_characters | 1 | 1 | R | |
pattern | 1 | 10\.\S+/\S+ | R | |
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
maximum_value | 1 | |||
minimum_value | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Date_DOY class indicates a date in DOY format constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Date_DOY | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | yyyy-doy | R | |
maximum_characters | 1 | 8 | R | |
minimum_characters | 1 | 1 | R | |
pattern | 1 | (-|)[0-9]{4}-((0[0-9][1-9])|([1-2][0-9][0-9])|(3(([0-5][0-9])|(6[0-6])))) | R | |
(-|)[0-9]{4} | ||||
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
maximum_value | 1 | |||
minimum_value | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Date_Time class indicates a date in either YMD or DOY format and time constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Date_Time | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | yyyy-mm-ddThh:mm:ss.sss/yyyy-doyThh:mm:ss.sss | R | |
maximum_characters | 1 | 30 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Date_Time_DOY class indicates a date in DOY format and time constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Date_Time_DOY | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | yyyy-doyThh:mm:ss.sss | R | |
maximum_characters | 1 | 30 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
pattern | 1 | (-|)[0-9]{4}-((0[0-9][1-9])|([1-2][0-9][0-9])|(3(([0-5][0-9])|(6[0-6]))))(T| )(([0-1][0-9])|(2[0-3])):[0-5][0-9]:(([0-5][0-9])|60)((\.[0-9]+)|)(Z|) | R | |
(-|)[0-9]{4}-((0[0-9][1-9])|([1-2][0-9][0-9])|(3(([0-5][0-9])|(6[0-6]))))(T| )(([0-1][0-9])|(2[0-3])):[0-5][0-9](Z|) | ||||
(-|)[0-9]{4}-((0[0-9][1-9])|([1-2][0-9][0-9])|(3(([0-5][0-9])|(6[0-6]))))(T| )(([0-1][0-9])|(2[0-4]))(Z|) | ||||
(-|)[0-9]{4}-((0[0-9][1-9])|([1-2][0-9][0-9])|(3(([0-5][0-9])|(6[0-6]))))(T| )24:00((:00((\.0+)|))|)(Z|) | ||||
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Date_Time_UTC class indicates a date and time in UTC format constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Date_Time_UTC | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | yyyy-mm-ddThh:mm:ss.sssZ | R | |
maximum_characters | 1 | 30 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Date_Time_YMD class indicates a date in YMD format and time constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Date_Time_YMD | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | yyyy-mm-ddThh:mm:ss.sss | R | |
maximum_characters | 1 | 30 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
pattern | 1 | (-|)[0-9]{4}-((0[1-9])|(1[0-2]))-((0[1-9])|([1-2][0-9])|(3[0-1]))(T| )(([0-1][0-9])|(2[0-3])):[0-5][0-9]:(([0-5][0-9])|60)((\.[0-9]+)|)(Z|) | R | |
(-|)[0-9]{4}-((0[1-9])|(1[0-2]))-((0[1-9])|([1-2][0-9])|(3[0-1]))(T| )(([0-1][0-9])|(2[0-3])):[0-5][0-9](Z|) | ||||
(-|)[0-9]{4}-((0[1-9])|(1[0-2]))-((0[1-9])|([1-2][0-9])|(3[0-1]))(T| )(([0-1][0-9])|(2[0-4]))(Z|) | ||||
(-|)[0-9]{4}-((0[1-9])|(1[0-2]))-((0[1-9])|([1-2][0-9])|(3[0-1]))(T| )24:00((:00((\.0+)|))|)(Z|) | ||||
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Date_YMD class indicates a date in YMD format constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Date_YMD | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | yyyy-mm-dd | R | |
maximum_characters | 1 | 10 | R | |
minimum_characters | 1 | 1 | R | |
pattern | 1 | (-|)[0-9]{4}-((0[1-9])|(1[0-2]))-((0[1-9])|([1-2][0-9])|(3[0-1])) | R | |
(-|)[0-9]{4}-((0[1-9])|(1[0-2])) | ||||
(-|)[0-9]{4} | ||||
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
maximum_value | 1 | |||
minimum_value | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII Directory Path Name class indicates a system directory path constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Directory_Path_Name | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | dir1/dir2/ | R | |
maximum_characters | 1 | 255 | R | |
minimum_characters | 1 | 1 | R | |
xml_schema_base_type | 1 | xsd:token | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
maximum_value | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII File Name class indicates a system file name constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_File_Name | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | file_name.file_extension | R | |
maximum_characters | 1 | 255 | R | |
minimum_characters | 1 | 1 | R | |
xml_schema_base_type | 1 | xsd:token | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
maximum_value | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII File Specification Name class indicates a system file including directory path, file name, and file extension constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_File_Specification_Name | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | dir1/dir2/file_name.file_extension | R | |
maximum_characters | 1 | 255 | R | |
minimum_characters | 1 | 1 | R | |
xml_schema_base_type | 1 | xsd:token | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
maximum_value | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Identifier class indicates a identifier constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Identifier | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
maximum_characters | 1 | 100 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
pattern | 1 | [a-zA-Z]{1}([-_a-zA-Z0-9]*) | R | |
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Integer class indicates an integer constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Integer | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | R | |
enumerated_flag | 1 | F | R | |
maximum_characters | 1 | R | ||
maximum_value | 1 | 2147483647 | R | |
minimum_characters | 1 | R | ||
minimum_value | 1 | -2147483648 | R | |
xml_schema_base_type | 1 | xsd:integer | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_LID class indicates a logical identifier constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_LID | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | URN:NASA:PDS:xxxx | R | |
maximum_characters | 1 | 255 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
pattern | 1 | URN:NASA:PDS:[A-Za-z][-_.A-Za-z0-9]*(:[A-Za-z][-_.A-Za-z0-9]*)* | R | |
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_LIDVID class indicates a logical identifier and version identifier constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_LIDVID | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | URN:NASA:PDS:xxxx::M.n | R | |
maximum_characters | 1 | 255 | R | |
minimum_characters | 1 | 1 | R | |
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
maximum_value | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII MD5 Checksum class indicates a checksum computed by the Message-Digest algorithm 5 (MD5).
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_MD5_Checksum | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | 0123456789abcdef | R | |
maximum_characters | 1 | 32 | R | |
minimum_characters | 1 | 32 | R | |
pattern | 1 | [0-9a-fA-F]{32} | R | |
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
maximum_value | 1 | |||
minimum_value | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Mask class indicates a binary mask using either binary, octal, or hexadecimal notation.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Mask | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
maximum_characters | 1 | 255 | R | |
minimum_characters | 1 | 1 | R | |
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
maximum_value | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_NonNegative_Integer class indicates a non-negative integer constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_NonNegative_Integer | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
maximum_characters | 1 | R | ||
maximum_value | 1 | 2147483647 | R | |
minimum_characters | 1 | R | ||
minimum_value | 1 | 0 | R | |
xml_schema_base_type | 1 | xsd:integer | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII Numeric Base16 class indicates a ASCII encoded string constrained to hexadecimal digits.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Numeric_Base16 | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
maximum_characters | 1 | 255 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
pattern | 1 | [0-9a-fA-F]{32} | R | |
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII Numeric Base2 class indicates a ASCII encoded string constrained to binary digits.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Numeric_Base2 | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
maximum_characters | 1 | 255 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
pattern | 1 | [0-1]{32} | R | |
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Real class indicates a real constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Real | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | R | |
enumerated_flag | 1 | F | R | |
maximum_characters | 1 | R | ||
maximum_value | 1 | INF | R | |
minimum_characters | 1 | R | ||
minimum_value | 1 | -INF | R | |
xml_schema_base_type | 1 | xsd:float | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Short_String_Collapsed class indicates a limited length, whitespace-collapsed string constrained to the ASCII character encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Short_String_Collapsed | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
maximum_characters | 1 | 255 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
xml_schema_base_type | 1 | xsd:token | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Short_String_Preserved class indicates a limited length, whitespace-preserved string constrained to the ASCII character encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Short_String_Preserved | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
maximum_characters | 1 | 255 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Text_Preserved class indicates an unlimited length, whitespace-preserved text string constrained to the ASCII character encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Text_Preserved | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
maximum_characters | 1 | 2147483647 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_Time class indicates a time value constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_Time | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | hh:mm:ss.sss | R | |
maximum_characters | 1 | 20 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
pattern | 1 | (([0-1][0-9])|(2[0-3])):[0-5][0-9]:(([0-5][0-9])|60)((\.[0-9]+)|)(Z|) | R | |
(([0-1][0-9])|(2[0-3])):[0-5][0-9](Z|) | ||||
(([0-1][0-9])|(2[0-4]))(Z|) | ||||
24:00((:00((\.0+)|))|)(Z|) | ||||
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The ASCII_VID class indicates a version identifier constrained to the ASCII encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . ASCII_VID | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | ASCII | R |
enumerated_flag | 1 | F | R | |
formation_rule | 1 | M.m | R | |
maximum_characters | 1 | 100 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
pattern | 1 | 0\.([1-9]|([0-9][0-9]+)) | R | |
[1-9][0-9]* | ||||
[1-9][0-9]*\.[0-9]+ | ||||
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Abstract
Class Description:The Attribute Data Type class is the parent class for data types used to classify the values of attributes in class descriptions, i.e., product labels.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
Subclass | ASCII_AnyURI | |||
ASCII_Boolean_TF | ||||
ASCII_DOI | ||||
ASCII_Date_DOY | ||||
ASCII_Date_Time | ||||
ASCII_Date_Time_DOY | ||||
ASCII_Date_Time_UTC | ||||
ASCII_Date_Time_YMD | ||||
ASCII_Date_YMD | ||||
ASCII_Directory_Path_Name | ||||
ASCII_File_Name | ||||
ASCII_File_Specification_Name | ||||
ASCII_Identifier | ||||
ASCII_Integer | ||||
ASCII_LID | ||||
ASCII_LIDVID | ||||
ASCII_MD5_Checksum | ||||
ASCII_Mask | ||||
ASCII_NonNegative_Integer | ||||
ASCII_Numeric_Base16 | ||||
ASCII_Numeric_Base2 | ||||
ASCII_Real | ||||
ASCII_Short_String_Collapsed | ||||
ASCII_Short_String_Preserved | ||||
ASCII_Text_Preserved | ||||
ASCII_Time | ||||
ASCII_VID | ||||
UTF8_Short_String_Collapsed | ||||
UTF8_Short_String_Preserved | ||||
UTF8_Text_Preserved | ||||
Attribute | character_encoding | 1 | UTF-8 | R |
xml_schema_base_type | 1 | |||
Inherited Attribute | character_constraint | 1 | ||
enumerated_flag | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Abstract
Class Description:The Binary Data Type class is the abstract parent class for binary data types found in the digital objects.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
Subclass | Boolean | |||
Complex | ||||
Decimal_Integer | ||||
Decimal_Real | ||||
Attribute | none | |||
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
enumerated_flag | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:A single binary digit.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Boolean | ||||
. . . Bit | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | enumerated_flag | 1 | TRUE | R |
character_constraint | 1 | |||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Abstract
Class Description:Binary Data Type
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Boolean | ||||
Subclass | Bit | |||
Attribute | enumerated_flag | 1 | TRUE | R |
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Abstract
Class Description:Complex Binary Data Types
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Complex | ||||
Subclass | ComplexB16 | |||
ComplexB8 | ||||
Attribute | enumerated_flag | 1 | FALSE | R |
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:Complex number consisting of two 8 byte decimal reals.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Complex | ||||
. . . ComplexB16 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | enumerated_flag | 1 | FALSE | R |
character_constraint | 1 | |||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:Complex number consisting of two 4 byte decimal reals.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Complex | ||||
. . . ComplexB8 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | enumerated_flag | 1 | FALSE | R |
character_constraint | 1 | |||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Abstract
Class Description:The Data Type class is the abstract parent class for several classes of data types.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
Subclass | Attribute_Data_Type | |||
Binary_Data_Type | ||||
Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
enumerated_flag | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Abstract
Class Description:Decimal Integer Binary Data Types
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Integer | ||||
Subclass | SignedLSB2 | |||
SignedLSB4 | ||||
SignedLSB8 | ||||
SignedMSB2 | ||||
SignedMSB4 | ||||
SignedMSB8 | ||||
UnsignedByte | ||||
UnsignedLSB2 | ||||
UnsignedLSB4 | ||||
UnsignedMSB2 | ||||
UnsignedMSB4 | ||||
Attribute | enumerated_flag | 1 | FALSE | R |
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Abstract
Class Description:Floating Point Binary Data Types
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Real | ||||
Subclass | IEEE754Double | |||
IEEE754Single | ||||
Attribute | enumerated_flag | 1 | FALSE | R |
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:IEEE 754 double precision floating point
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Real | ||||
. . . IEEE754Double | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
enumerated_flag | 1 | FALSE | R | |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:IEEE 754 single precision floating point
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Real | ||||
. . . IEEE754Single | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
enumerated_flag | 1 | FALSE | R | |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:Signed 2's-complement LSB 2-byte integers
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Integer | ||||
. . . SignedLSB2 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
enumerated_flag | 1 | FALSE | R | |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:Signed 2's-complement LSB 4-byte integers
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Integer | ||||
. . . SignedLSB4 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
enumerated_flag | 1 | FALSE | R | |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:Signed 2's-complement LSB 8-byte integers
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Integer | ||||
. . . SignedLSB8 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
enumerated_flag | 1 | FALSE | R | |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:Signed 2's-complement MSB 2-byte integers
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Integer | ||||
. . . SignedMSB2 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
enumerated_flag | 1 | FALSE | R | |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:Signed 2's-complement MSB 4-byte integers
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Integer | ||||
. . . SignedMSB4 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
enumerated_flag | 1 | FALSE | R | |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:Signed 2's-complement MSB 8-byte integers
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Integer | ||||
. . . SignedMSB8 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
enumerated_flag | 1 | FALSE | R | |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The UTF8_Short_String_Collapsed class indicates a limited length, whitespace-collapsed string constrained to the UTF-8 character encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . UTF8_Short_String_Collapsed | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | R | |
enumerated_flag | 1 | F | R | |
maximum_characters | 1 | 255 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
xml_schema_base_type | 1 | xsd:token | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The UTF8_Short_String_Preserved class indicates a limited length, whitespace-preserved string constrained to the UTF-8 character encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . UTF8_Short_String_Preserved | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | R | |
enumerated_flag | 1 | F | R | |
maximum_characters | 1 | 255 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:The UTF8_Text_Preserved class indicates an unlimited length, whitespace-preserved text string constrained to the UTF-8 character encoding.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Attribute_Data_Type | ||||
. . UTF8_Text_Preserved | ||||
Subclass | none | |||
Attribute | character_constraint | 1 | R | |
enumerated_flag | 1 | F | R | |
maximum_characters | 1 | 2147483647 | R | |
maximum_value | 1 | R | ||
minimum_characters | 1 | 1 | R | |
minimum_value | 1 | R | ||
xml_schema_base_type | 1 | xsd:string | R | |
Inherited Attribute | character_encoding | 1 | UTF-8 | R |
formation_rule | 1 | |||
pattern | 1 | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:Unsigned 8-bit MSb bytes.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Integer | ||||
. . . UnsignedByte | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
enumerated_flag | 1 | FALSE | R | |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:Unsigned 2's-complement LSB 2-byte integers
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Integer | ||||
. . . UnsignedLSB2 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
enumerated_flag | 1 | FALSE | R | |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:Unsigned 2's-complement LSB 4-byte integers
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Integer | ||||
. . . UnsignedLSB4 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
enumerated_flag | 1 | FALSE | R | |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:Unsigned 2's-complement MSB 2-byte integers
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Integer | ||||
. . . UnsignedMSB2 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
enumerated_flag | 1 | FALSE | R | |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:Data_Type
Role:Concrete
Class Description:Unsigned 2's-complement MSB 4-byte integers
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | Data_Type | |||
. Binary_Data_Type | ||||
. . Decimal_Integer | ||||
. . . UnsignedMSB4 | ||||
Subclass | none | |||
Attribute | none | |||
Inherited Attribute | character_constraint | 1 | ||
character_encoding | 1 | |||
formation_rule | 1 | |||
maximum_characters | 1 | |||
maximum_value | 1 | |||
minimum_characters | 1 | |||
minimum_value | 1 | |||
pattern | 1 | |||
enumerated_flag | 1 | FALSE | R | |
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
This section defines the PDS4 units of measure.
The units of measure class hierarchy is illustrated in the following diagram. This diagram presents the subclassOf relation for each class using a hierarchical (tree) format, providing a visual representation of the classes in relation to their parent classes.
+ + UnitOfMeasure_AmountOfSubstance
+ + UnitOfMeasure_Angular_Velocity
+ + UnitOfMeasure_OpticalPathLength
The class hierarchy above includes 22 unique classes.
The classes in this section are illustrated using a Unified Modeling Language (UML) class hierarchy diagram in Figure 10.
Figure 10 DataType UML Class Diagram
The following sections present the classes in a table format. The table includes the class hierarchy, class attributes, and class associations. The class attributes and associations listed include both those used to define the class and those inherited from parent classes. Cardinalities are provided where appropriate.
Root Class:UnitOfMeasure
Role:Abstract
Class Description:The UnitOfMeasure is a definite magnitude of a quantity.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
Subclass | UnitOfMeasure_AmountOfSubstance | |||
UnitOfMeasure_Angle | ||||
UnitOfMeasure_Angular_Velocity | ||||
UnitOfMeasure_Area | ||||
UnitOfMeasure_Frequency | ||||
UnitOfMeasure_Length | ||||
UnitOfMeasure_Mass | ||||
UnitOfMeasure_Misc | ||||
UnitOfMeasure_None | ||||
UnitOfMeasure_OpticalPathLength | ||||
UnitOfMeasure_Pressure | ||||
UnitOfMeasure_Radiance | ||||
UnitOfMeasure_Rates | ||||
UnitOfMeasure_Scale | ||||
UnitOfMeasure_Solid_Angle | ||||
UnitOfMeasure_Storage | ||||
UnitOfMeasure_Temperature | ||||
UnitOfMeasure_Time | ||||
UnitOfMeasure_Velocity | ||||
UnitOfMeasure_Voltage | ||||
UnitOfMeasure_Volume | ||||
Attribute | default_unit_id | 1 | ||
type | 1 | |||
unit_id | 1 | |||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_AmountOfSubstance is a magnitude of mass.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_AmountOfSubstance | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | mol | R |
type | 1 | AmountOfSubstance | R | |
unit_id | 1 | mol | R | |
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Angle is a magnitude of angle.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Angle | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | deg | R |
type | 1 | Angle | R | |
unit_id | 1 | deg | R | |
rad | ||||
mrad | ||||
arcsec | ||||
arcmin | ||||
hr | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Angular_Velocity is a magnitude of speed of rotation.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Angular_Velocity | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | deg/s | R |
type | 1 | Angular_Velocity | R | |
unit_id | 1 | deg/s | R | |
rad/s | ||||
deg/day | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Area is a magnitude of area.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Area | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | m**2 | R |
type | 1 | Area | R | |
unit_id | 1 | m**2 | R | |
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Frequency is a magnitude of frequency.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Frequency | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | hz | R |
type | 1 | Frequency | R | |
unit_id | 1 | hz | R | |
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Length is a magnitude of length.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Length | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | m | R |
type | 1 | Length | R | |
unit_id | 1 | m | R | |
km | ||||
nm | ||||
mm | ||||
cm | ||||
AU | ||||
Angstrom | ||||
micrometer | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Mass is a magnitude of mass.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Mass | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | kg | R |
type | 1 | Mass | R | |
unit_id | 1 | kg | R | |
g | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Misc provides an assortment of derived units.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Misc | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | DN | R |
type | 1 | Miscellaneous | R | |
unit_id | 1 | pixel | R | |
DN | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_None indicates that no unit of measure applies.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_None | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | none | R |
type | 1 | None | R | |
unit_id | 1 | none | R | |
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Volume is a magnitude of optical path length.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_OpticalPathLength | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | airmass | R |
type | 1 | OpticalPathLength | R | |
unit_id | 1 | airmass | R | |
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Pressure is a magnitude of pressure.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Pressure | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | bar | R |
type | 1 | Pressure | R | |
unit_id | 1 | bar | R | |
mbar | ||||
hPa | ||||
Pa | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Radiance is a magnitude of radiance.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Radiance | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | W*m**-2*sr**-1 | R |
type | 1 | Radiance | R | |
unit_id | 1 | W*m**-2*sr**-1 | R | |
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Rate is a magnitude of change.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Rates | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | counts/bin | R |
type | 1 | Rates | R | |
unit_id | 1 | kilobits/s | R | |
counts/bin | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Scale is a proportional representation.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Scale | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | pixel/deg | R |
type | 1 | Scale | R | |
unit_id | 1 | m/pixel | R | |
pixel/deg | ||||
km/pixel | ||||
mm/pixel | ||||
electron/DN | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Solid_Angle is a magnitude of a solid angle.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Solid_Angle | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | sr | R |
type | 1 | Soiid_Angle | R | |
unit_id | 1 | sr | R | |
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Storage is an amount of computer storage.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Storage | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | byte | R |
type | 1 | Storage | R | |
unit_id | 1 | byte | R | |
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Temperature is a magnitude of temperature.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Temperature | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | degC | R |
type | 1 | Temperature | R | |
unit_id | 1 | K | R | |
degC | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Time is a magnitude of time.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Time | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | s | R |
type | 1 | Time | R | |
unit_id | 1 | s | R | |
ms | ||||
microseconds | ||||
min | ||||
hr | ||||
day | ||||
yr | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Velocity is a magnitude of velocity.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Velocity | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | m/s | R |
type | 1 | Velocity | R | |
unit_id | 1 | m/s | R | |
cm/s | ||||
km/s | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Voltage is a magnitude of voltage.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Voltage | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | V | R |
type | 1 | Voltage | R | |
unit_id | 1 | V | R | |
mV | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
Root Class:UnitOfMeasure
Role:Concrete
Class Description:UnitOfMeasure_Volume is a magnitude of volume.
Entity | Card | Value/Class | Ind | |
---|---|---|---|---|
Hierarchy | UnitOfMeasure | |||
. UnitOfMeasure_Volume | ||||
Subclass | none | |||
Attribute | default_unit_id | 1 | L | R |
type | 1 | Volume | R | |
unit_id | 1 | L | R | |
m**3 | ||||
Inherited Attribute | none | |||
Association | none | |||
Inherited Association | none | |||
Referenced from | none |
This section presents the data model for the Information Object, a fundamental component of the Open Archival Information System (OAIS) Reference Model. The Information Object provides a model for the unification of PDS Objects under the PDS defined extensions, the PDS_Information_Object, the Tagged_Data_Object, and two Context classes.
Figure 11 PDS Object Unification Using OAIS Information Object
The Specification Dictionary provides the definitions of data elements and associations. The data elements are those that are used as class attributes in this specification. They represent a subset of those in the Planetary Science Data Dictionary. The associations are those that are defined and used in this specification.
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Length
Unit Id: m
Class Name: Image_Map_Projection
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: RADIUS
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Data_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: DESCRIPTION
Value Concept: SHORT_STRING
Type: ASCII_Text_Preserved
Class Name: Document_Desc
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: TEXT
Value Concept: TEXT
Type: ASCII_Short_String_Collapsed
Class Name: Update_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: PDS_Affiliate
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Affiliate, Data_Provider, Manager, Technical_Staff
Type: ASCII_Short_String_Collapsed
Class Name: Identification_Area
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: PDS_Affiliate
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: NUMBER
Value Concept: SHORT_STRING
Pattern: (\+{1}[0-9]{2} )?([0-9]{3} [0-9]{3} [0-9]{4}))
Type: UTF8_Short_String_Collapsed
Class Name: Identification_Area
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TITLE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Telemetry_Parameters
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Telemetry_Parameters
Minimum Characters: 1
Maximum Characters: 256
Data Element Concept: NAME
Value Concept: SHORT_STRING
Value: APXS, DESCENT IMAGER, HAZCAM LEFT FRONT, HAZCAM LEFT REAR, HAZCAM RIGHT FRONT, HAZCAM RIGHT REAR, MB, MI, MINITES, NAVCAM LEFT, NAVCAM RIGHT, PANCAM LEFT, PANCAM RIGHT, RAT
Type: ASCII_Short_String_Collapsed
Class Name: Telemetry_Parameters
Minimum Characters: 1
Maximum Characters: 2
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Volume_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NOTE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Data_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: STATUS
Value Concept: SHORT_STRING
Value: ARCHIVED, ARCHIVED_ACCUMULATING, IN_LIEN_RESOLUTION, IN_LIEN_RESOLUTION_ACCUMULATING, IN_PEER_REVIEW, IN_PEER_REVIEW_ACCUMULATING, IN_QUEUE, IN_QUEUE_ACCUMULATING, LOCALLY_ARCHIVED, LOCALLY_ARCHIVED_ACCUMULATING, PRE_PEER_REVIEW, PRE_PEER_REVIEW_ACCUMULATING, SAFED, SUPERSEDED
Type: ASCII_Short_String_Collapsed
Class Name: Volume_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: STATUS
Value Concept: SHORT_STRING
Value: ARCHIVED, ARCHIVED_ACCUMULATING, IN_LIEN_RESOLUTION, IN_LIEN_RESOLUTION_ACCUMULATING, IN_PEER_REVIEW, IN_PEER_REVIEW_ACCUMULATING, IN_QUEUE, IN_QUEUE_ACCUMULATING, LOCALLY_ARCHIVED, LOCALLY_ARCHIVED_ACCUMULATING, PRE_PEER_REVIEW, PRE_PEER_REVIEW_ACCUMULATING, SAFED, SUPERSEDED
Type: Association
Value: Object_Statistics
Type: Association
Value: Object_Statistics
Type: Association
Value: Object_Statistics
Type: Association
Value: Object_Statistics
Type: Association
Value: Special_Constants
Type: Association
Value: Special_Constants
Type: Association
Value: Special_Constants
Type: Association
Value: Special_Constants
Type: Association
Value: Coordinate_System
Type: ASCII_Text_Preserved
Class Name: Document_Desc
Minimum Characters: 1
Maximum Characters: 510
Data Element Concept: LIST
Value Concept: TEXT
Type: ASCII_Integer
Class Name: Array_2D
Minimum Value: 1
Maximum Value: 16
Data Element Concept: COUNT
Value Concept: INTEGER
Value: 2
Type: ASCII_Integer
Class Name: Array_3D
Minimum Value: 1
Maximum Value: 16
Data Element Concept: COUNT
Value Concept: INTEGER
Value: 3
Type: ASCII_Integer
Class Name: Array_Base
Minimum Value: 1
Maximum Value: 16
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Short_String_Collapsed
Class Name: Array_2D_Image
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: ORDER
Value Concept: SHORT_STRING
Value: FIRST_INDEX_FASTEST
Type: ASCII_Short_String_Collapsed
Class Name: Array_3D_Image
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: ORDER
Value Concept: SHORT_STRING
Value: FIRST_INDEX_FASTEST
Type: ASCII_Short_String_Collapsed
Class Name: Array_Base
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ORDER
Value Concept: SHORT_STRING
Value: FIRST_INDEX_FASTEST
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Length
Unit Id: m
Class Name: Image_Map_Projection
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: RADIUS
Value Concept: REAL
Type: ASCII_Date_YMD
Class Name: Permissible_Value
Minimum Characters: 1
Maximum Characters: 10
Data Element Concept: DATE
Value Concept: TIME
Type: Association
Value: Bibliographic_Reference
Type: ASCII_Numeric_Base2
Class Name: Table_Binary_Grouped_Bit_Field
Data Element Concept: MASK
Value Concept: BASE2
Type: ASCII_Integer
Class Name: Table_Binary_Grouped_Bit_Field
Minimum Value: 1
Maximum Value: 32
Data Element Concept: COUNT
Value Concept: INTEGER
Type: Association
Value: Bundle_Member_Entry
Type: ASCII_Integer
Class Name: Header
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Length
Unit Id: m
Class Name: Image_Map_Projection
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: RADIUS
Value Concept: REAL
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Angle
Unit Id: deg
Class Name: Image_Map_Projection
Minimum Value: -90.0
Maximum Value: 90.0
Data Element Concept: LATITUDE
Value Concept: REAL
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Angle
Unit Id: deg
Class Name: Image_Map_Projection
Minimum Value: -180.0
Maximum Value: 360.0
Data Element Concept: LONGITUDE
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_AnyURI
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Boolean_TF
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_DOI
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_DOY
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_DOY
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_UTC
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_YMD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_YMD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Directory_Path_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_File_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_File_Specification_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Identifier
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Integer
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_LIDVID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_LID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_MD5_Checksum
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Mask
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_NonNegative_Integer
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base16
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base2
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Real
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Short_String_Collapsed
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Short_String_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Text_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_VID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: ASCII
Type: ASCII_Short_String_Collapsed
Class Name: Data_Type
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Short_String_Collapsed
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Short_String_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Text_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Attribute_Data_Type
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: UTF-8
Type: ASCII_Short_String_Collapsed
Class Name: Data_Type
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Data_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TEXT
Value Concept: SHORT_STRING
Type: ASCII_Text_Preserved
Class Name: Citation
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: TEXT
Value Concept: TEXT
Type: ASCII_Short_String_Collapsed
Class Name: Attribute_Definition
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Name_Resolution
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Real
Class Name: Coefficients_Array
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: VALUE2
Value Concept: REAL
Type: ASCII_Real
Class Name: Coefficients_Array
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: VALUE2
Value Concept: REAL
Type: ASCII_Real
Class Name: Coefficients_Array
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: VALUE2
Value Concept: REAL
Type: Association
Value: Observation_Area
Type: ASCII_Text_Preserved
Class Name: Imaging
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: Local_Attribute
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: Local_DD
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: File
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: Observation_Area
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: TDO_Structures
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Short_String_Collapsed
Class Name: Value_Domain
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Data_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NOTE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Local_Association
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Product_Zipped
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Type: ASCII_Boolean_TF
Class Name: Identification_Area_Collection
Data Element Concept: VALUE2
Value Concept: BOOLEAN
Type: ASCII_Short_String_Collapsed
Class Name: Coordinate_System
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Value: apxs_frame, body_fixed_spherical_coords, earth-sun_line_cartes_coords, ecliptic_inertial_cart_coords, ecliptic_inertl_sphercl_coords, equatorial_inert_sphrcl_coords, equatorial_inertial_cart_coord, jupiter_minus_system_iii, mast_frame, mb_frame, mean_inertial_hg_1950, mi_frame, neptune_west_longitude_system, non-rotating_spin_coordinates, planet_centered_cylindrical, planetocentric, planetographic, pvo_inertial_spacecraft_coords, pvo_spinning_spacecraft_coords, rat_frame, rover_frame, saturn_minus_longitude_system, sc_centered_ecliptic_coords, uranus_minus_longitude_system, uranus_west_longitude_system, ...
Type: ASCII_Short_String_Collapsed
Class Name: Image_Map_Projection
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Value: apxs_frame, body_fixed_spherical_coords, earth-sun_line_cartes_coords, ecliptic_inertial_cart_coords, ecliptic_inertl_sphercl_coords, equatorial_inert_sphrcl_coords, equatorial_inertial_cart_coord, jupiter_minus_system_iii, mast_frame, mb_frame, mean_inertial_hg_1950, mi_frame, neptune_west_longitude_system, non-rotating_spin_coordinates, planet_centered_cylindrical, planetocentric, planetographic, pvo_inertial_spacecraft_coords, pvo_spinning_spacecraft_coords, rat_frame, rover_frame, saturn_minus_longitude_system, sc_centered_ecliptic_coords, uranus_minus_longitude_system, uranus_west_longitude_system, ...
Type: ASCII_Short_String_Collapsed
Class Name: Image_Map_Projection
Minimum Characters: 1
Maximum Characters: 25
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: body-fixed_non-rotating, body-fixed_rotating, inertial
Type: ASCII_Short_String_Collapsed
Class Name: Document_Desc
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Real
Class Name: Quaternion
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: COSINE
Value Concept: REAL
Type: ASCII_Date_Time
Class Name: File
Data Element Concept: DATE_TIME
Value Concept: TIME
Type: Association
Value: Cross_Reference_Area_Context
Type: Association
Value: Cross_Reference_Area_Context
Type: Association
Value: Cross_Reference_Area_Context
Type: Association
Value: Cross_Reference_Area
Type: Association
Type: Association
Type: Association
Type: Association
Type: Association
Type: Association
Type: Association
Type: Association
Type: Association
Value: Cross_Reference_Area_Product
Type: Association
Value: Cross_Reference_Area
Type: Association
Value: Cross_Reference_Area_Product
Type: Association
Value: Cross_Reference_Area_Bundle
Type: Association
Value: Cross_Reference_Area_Context
Type: Association
Type: Association
Type: Association
Value: Cross_Reference_Area_Context
Type: Association
Value: Cross_Reference_Area_Context
Type: Association
Value: Cross_Reference_Area_Context
Type: Association
Type: Association
Value: Cross_Reference_Area_Context
Type: Association
Value: Cross_Reference_Area_Context
Type: Association
Value: Cross_Reference_Area_Product
Type: Association
Value: Cross_Reference_Area_Context
Type: Association
Value: Cross_Reference_Area_Generic
Type: Association
Value: Cross_Reference_Area_Product
Type: Association
Value: Cross_Reference_Area_Context
Type: Association
Value: Cross_Reference_Area
Type: Association
Value: Cross_Reference_Area
Type: Association
Value: Cross_Reference_Area_Context
Type: Association
Value: Cross_Reference_Area_Generic
Type: Association
Value: Reference_Entry_Generic
Type: ASCII_Short_String_Collapsed
Class Name: Volume_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Attribute_Definition
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: Association
Value: Physical_Object
Type: Association
Value: Physical_Object
Type: Association
Value: Physical_Object
Type: Association
Value: Conceptual_Object
Type: Association
Value: Conceptual_Object
Type: Association
Value: Conceptual_Object
Type: Association
Value: Digital_Object
Type: Association
Value: Digital_Object
Type: Association
Value: Conceptual_Object, Physical_Object
Type: Association
Value: Conceptual_Object
Type: Association
Value: Digital_Object
Type: Association
Value: Conceptual_Object, Physical_Object
Type: Association
Value: Physical_Object
Type: ASCII_Short_String_Collapsed
Class Name: Image_Map_Projection
Minimum Characters: 1
Maximum Characters: 40
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Data_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Data_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Subject_Area
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Data_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: DATE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Data_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: DESCRIPTION
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Local_Attribute
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: ASCII_AnyURI, ASCII_Boolean_TF, ASCII_DOI, ASCII_Date_DOY, ASCII_Date_Time_DOY, ASCII_Date_Time_UTC, ASCII_Date_Time_YMD, ASCII_Date_YMD, ASCII_Integer, ASCII_LID, ASCII_LIDVID, ASCII_MD5_Checksum, ASCII_NonNegative_Integer, ASCII_Numeric_Base16, ASCII_Numeric_Base2, ASCII_Real, ASCII_Short_String_Collapsed, ASCII_Short_String_Preserved, ASCII_Text_Preserved, ASCII_Time, ASCII_VID
Type: ASCII_Short_String_Collapsed
Class Name: Array_Element
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: IEEE754Double, IEEE754Single, SignedLSB2, SignedLSB4, SignedLSB8, SignedMSB2, SignedMSB4, SignedMSB8, UnsignedByte
Type: ASCII_Short_String_Collapsed
Class Name: Value_Domain
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: ASCII_AnyURI, ASCII_Boolean_TF, ASCII_DOI, ASCII_Date_DOY, ASCII_Date_Time_UTC, ASCII_Date_Time_YMD, ASCII_Date_YMD, ASCII_File_Specification_Name, ASCII_Integer, ASCII_LID, ASCII_LIDVID, ASCII_MD5_Checksum, ASCII_NonNegative_Integer, ASCII_Numeric_Base16, ASCII_Numeric_Base2, ASCII_Real, ASCII_Short_String_Collapsed, ASCII_Short_String_Preserved, ASCII_Text_Preserved, ASCII_Time, ASCII_VID
Type: ASCII_Date_Time
Class Name: Update_Entry
Data Element Concept: DATE_TIME
Value Concept: TIME
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_AmountOfSubstance
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: mol
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Angle
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: deg
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Angular_Velocity
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: deg/s
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Area
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: m**2
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Frequency
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: hz
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Length
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: m
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Mass
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: kg
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Misc
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: DN
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_None
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: none
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_OpticalPathLength
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: airmass
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Pressure
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: bar
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Radiance
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: W*m**-2*sr**-1
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Rates
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: counts/bin
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Scale
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: pixel/deg
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Solid_Angle
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: sr
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Storage
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: byte
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Temperature
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: degC
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: s
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Velocity
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: m/s
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Voltage
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: V
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Volume
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: L
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Value_Domain
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Text_Preserved
Class Name: Local_Attribute
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: Terminological_Entry
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Short_String_Collapsed
Class Name: Data_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: DESCRIPTION
Value Concept: SHORT_STRING
Type: ASCII_Text_Preserved
Class Name: Local_Class
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: Document_Desc
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: Document_Format
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: Header
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: Investigation
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: Resource
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: TNDO_Context
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: TNDO_Supplemental
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: Update_Entry
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Short_String_Collapsed
Class Name: Terminological_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Document_File
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Manifest_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: Association
Value: Document_File
Type: Association
Value: Document_Format
Type: Association
Value: Document_Format_Set
Type: UTF8_Short_String_Collapsed
Class Name: Document_Desc
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TITLE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Bibliographic_Reference
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: DOI
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Document_Desc
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: DOI
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Reference
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: DOI
Value Concept: SHORT_STRING
Type: ASCII_Date_Time
Class Name: Telemetry_Parameters
Data Element Concept: DATE_TIME
Value Concept: TIME
Type: ASCII_Date_Time
Class Name: Telemetry_Parameters
Data Element Concept: DATE_TIME
Value Concept: TIME
Type: ASCII_Short_String_Collapsed
Class Name: Image_Map_Projection
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: LONGITUDE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Camera_Parameters
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Text_Preserved
Class Name: Document_Desc
Minimum Characters: 1
Maximum Characters: 510
Data Element Concept: LIST
Value Concept: TEXT
Type: ASCII_Short_String_Collapsed
Class Name: PDS_Affiliate
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ADDRESS
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: PDS_Guest
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ADDRESS
Value Concept: SHORT_STRING
Type: ASCII_Integer
Class Name: Array_Axis
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Short_String_Collapsed
Class Name: Array_Base
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: BINARY
Type: ASCII_Short_String_Collapsed
Class Name: Document_File
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Encoded_Byte_Stream
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: BINARY
Type: ASCII_Short_String_Collapsed
Class Name: Parsable_Byte_Stream
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: CHARACTER
Type: ASCII_Short_String_Collapsed
Class Name: SPICE_Kernel_Text
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: CHARACTER
Type: ASCII_Short_String_Collapsed
Class Name: Stream_Delimited
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: CHARACTER
Type: ASCII_Short_String_Collapsed
Class Name: TDO_Structures
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Table_Base_Binary
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: BINARY
Type: ASCII_Short_String_Collapsed
Class Name: Table_Base_Character
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: CHARACTER
Type: ASCII_Short_String_Collapsed
Class Name: XML_Schema
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: CHARACTER
Type: ASCII_Date_YMD
Class Name: Permissible_Value
Minimum Characters: 1
Maximum Characters: 10
Data Element Concept: DATE
Value Concept: TIME
Type: Association
Value: Coefficients_Array
Type: ASCII_Boolean_TF
Class Name: ASCII_AnyURI
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Boolean_TF
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: T
Type: ASCII_Boolean_TF
Class Name: ASCII_DOI
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Date_DOY
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Date_Time_DOY
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Date_Time_UTC
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Date_Time_YMD
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Date_Time
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Date_YMD
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Directory_Path_Name
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_File_Name
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_File_Specification_Name
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Identifier
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Integer
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_LIDVID
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_LID
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_MD5_Checksum
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Mask
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: FLAG
Value Concept: SHORT_STRING
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_NonNegative_Integer
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base16
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: FLAG
Value Concept: SHORT_STRING
Value: F
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base2
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: FLAG
Value Concept: SHORT_STRING
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Real
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Short_String_Collapsed
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Short_String_Preserved
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Text_Preserved
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_Time
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: ASCII_VID
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: Boolean
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: TRUE
Type: ASCII_Boolean_TF
Class Name: Complex
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: FALSE
Type: ASCII_Boolean_TF
Class Name: Data_Type
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Type: ASCII_Boolean_TF
Class Name: Decimal_Integer
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: FALSE
Type: ASCII_Boolean_TF
Class Name: Decimal_Real
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: FALSE
Type: ASCII_Boolean_TF
Class Name: UTF8_Short_String_Collapsed
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: UTF8_Short_String_Preserved
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Boolean_TF
Class Name: UTF8_Text_Preserved
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Value: F
Type: ASCII_Short_String_Collapsed
Class Name: Special_Constants
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: CONSTANT
Value Concept: SHORT_STRING
Type: ASCII_Integer
Class Name: Telemetry_Parameters
Minimum Value: 0
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Time
Unit Id: s
Class Name: Camera_Parameters
Minimum Value: 0.0
Maximum Value: INF
Data Element Concept: DURATION
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Document_File
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: ENCAPSULATED_POSTSCRIPT, GIF, HTML, JPG, LaTEX, MICROSOFT_WORD, PDF, PDF-A, PNG, POSTSCRIPT, RICH_TEXT, TEXT, TIFF
Type: ASCII_Short_String_Collapsed
Class Name: Encoded_Byte_Stream
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Encoded_Image
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: File_PDF
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: PDF
Type: ASCII_Short_String_Collapsed
Class Name: Header
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Parsable_Byte_Stream
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: SPICE_Kernel_Binary
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: SPICE
Type: ASCII_Short_String_Collapsed
Class Name: SPICE_Kernel_Text
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: SPICE
Type: ASCII_Short_String_Collapsed
Class Name: Stream_Delimited
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: CSV
Type: ASCII_Short_String_Collapsed
Class Name: XML_Schema
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: XML_Schema
Type: ASCII_Integer
Class Name: Stream_Delimited_Field
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Short_String_Collapsed
Class Name: Stream_Delimited_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: ASCII_AnyURI, ASCII_Boolean_TF, ASCII_DOI, ASCII_Date_DOY, ASCII_Date_Time_DOY, ASCII_Date_Time_UTC, ASCII_Date_Time_YMD, ASCII_Date_YMD, ASCII_File_Specification_Name, ASCII_Integer, ASCII_LID, ASCII_LIDVID, ASCII_MD5_Checksum, ASCII_NonNegative_Integer, ASCII_Numeric_Base16, ASCII_Numeric_Base2, ASCII_Real, ASCII_Short_String_Collapsed, ASCII_Short_String_Preserved, ASCII_Text_Preserved, ASCII_Time, ASCII_VID
Type: ASCII_Short_String_Collapsed
Class Name: Table_Binary_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Bit, ComplexB16, ComplexB8, IEEE754Double, IEEE754Single, SignedLSB2, SignedLSB4, SignedLSB8, SignedMSB2, SignedMSB4, SignedMSB8, UnsignedByte, UnsignedLSB2, UnsignedLSB4, UnsignedMSB2, UnsignedMSB4
Type: ASCII_Short_String_Collapsed
Class Name: Table_Binary_Grouped_Bit_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Bit
Type: ASCII_Short_String_Collapsed
Class Name: Table_Binary_Grouped_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Bit, ComplexB16, ComplexB8, IEEE754Double, IEEE754Single, SignedLSB2, SignedLSB4, SignedLSB8, SignedMSB2, SignedMSB4, SignedMSB8, UnsignedByte, UnsignedLSB2, UnsignedLSB4, UnsignedMSB2, UnsignedMSB4
Type: ASCII_Short_String_Collapsed
Class Name: Table_Character_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: ASCII_AnyURI, ASCII_Boolean_TF, ASCII_DOI, ASCII_Date_DOY, ASCII_Date_Time_DOY, ASCII_Date_Time_UTC, ASCII_Date_Time_YMD, ASCII_Date_YMD, ASCII_File_Specification_Name, ASCII_Integer, ASCII_LID, ASCII_LIDVID, ASCII_MD5_Checksum, ASCII_NonNegative_Integer, ASCII_Numeric_Base16, ASCII_Numeric_Base2, ASCII_Real, ASCII_Short_String_Collapsed, ASCII_Short_String_Preserved, ASCII_Text_Preserved, ASCII_Time, ASCII_VID
Type: ASCII_Short_String_Collapsed
Class Name: Table_Character_Grouped_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: ASCII_AnyURI, ASCII_Boolean_TF, ASCII_DOI, ASCII_Date_DOY, ASCII_Date_Time_DOY, ASCII_Date_Time_UTC, ASCII_Date_Time_YMD, ASCII_Date_YMD, ASCII_File_Specification_Name, ASCII_Integer, ASCII_LID, ASCII_LIDVID, ASCII_MD5_Checksum, ASCII_NonNegative_Integer, ASCII_Numeric_Base16, ASCII_Numeric_Base2, ASCII_Real, ASCII_Short_String_Collapsed, ASCII_Short_String_Preserved, ASCII_Text_Preserved, ASCII_Time, ASCII_VID
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_Checksum
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: ASCII_MD5_Checksum
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_File_Specification_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_LIDVID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: ASCII_LIDVID
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_LID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: ASCII_LID
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Stream_Delimited
Minimum Characters: 2
Maximum Characters: 255
Data Element Concept: DELIMITER
Value Concept: SHORT_STRING
Type: ASCII_Text_Preserved
Class Name: Stream_Delimited_Field
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: Table_Field
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: DESCRIPTION
Value Concept: TEXT
Type: ASCII_Short_String_Collapsed
Class Name: Stream_Delimited_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: FORMAT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_Extended
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: FORMAT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_File_Specification_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: FORMAT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_LIDVID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: FORMAT
Value Concept: SHORT_STRING
Value: URN:NASA:PDS:xxxx::M.n
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_LID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: FORMAT
Value Concept: SHORT_STRING
Value: URN:NASA:PDS:xxxx
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: FORMAT
Value Concept: SHORT_STRING
Type: ASCII_Integer
Class Name: Table_Field_File_Specification_Name
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: LENGTH
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Table_Field_LIDVID
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: LENGTH
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Table_Field
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: LENGTH
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Table_Character_Field
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: LOCATION
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Table_Field_File_Specification_Name
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: LOCATION
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Table_Field_LIDVID
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: LOCATION
Value Concept: INTEGER
Value: 1
Type: ASCII_Integer
Class Name: Table_Field_LID
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: LOCATION
Value Concept: INTEGER
Value: 1
Type: ASCII_Integer
Class Name: Table_Field
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: LOCATION
Value Concept: INTEGER
Type: ASCII_Short_String_Collapsed
Class Name: Stream_Delimited_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: LOGICAL
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_Extended
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: LOGICAL
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Stream_Delimited_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: LOGICAL
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_Extended
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: LOGICAL
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Stream_Delimited_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_Checksum
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Value: MD5_checksum
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_File_Specification_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Value: file_specification_name
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_LIDVID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Value: LIDVID
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_LID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Value: LID
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Integer
Class Name: Stream_Delimited_Field
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: NUMBER
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Table_Field_Checksum
Minimum Value: -2147483648
Maximum Value: 2147483647
Data Element Concept: NUMBER
Value Concept: INTEGER
Value: 2
Type: ASCII_Integer
Class Name: Table_Field_File_Specification_Name
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: NUMBER
Value Concept: INTEGER
Value: 2
Type: ASCII_Integer
Class Name: Table_Field_LIDVID
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: NUMBER
Value Concept: INTEGER
Value: 1
Type: ASCII_Integer
Class Name: Table_Field_LID
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: NUMBER
Value Concept: INTEGER
Value: 1
Type: ASCII_Integer
Class Name: Table_Field
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: NUMBER
Value Concept: INTEGER
Type: ASCII_Real
Class Name: Stream_Delimited_Field
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: FACTOR
Value Concept: REAL
Type: ASCII_Real
Class Name: Table_Field_Extended
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: FACTOR
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Stream_Delimited_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: UNIT
Value Concept: SHORT_STRING
Value: AU, Angstrom, DN, K, L, Pa, V, W*m**-2*sr**-1, airmass, arcmin, arcsec, bar, byte, cm, cm/s, counts/bin, day, deg, deg/day, deg/s, degC, electron/DN, g, hPa, hr, hr, hz, kg, kilobits/s, km, km/pixel, km/s, m, m**2, m**3, m/pixel, m/s, mV, mbar, micrometer, microseconds, min, mm, mm/pixel, mol, mrad, ms, nm, none, pixel, pixel/deg, rad, rad/s, s, sr, yr
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_Extended
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: UNIT
Value Concept: SHORT_STRING
Value: AU, Angstrom, DN, K, L, Pa, V, W*m**-2*sr**-1, airmass, arcmin, arcsec, bar, byte, cm, cm/s, counts/bin, day, deg, deg/day, deg/s, degC, electron/DN, g, hPa, hr, hr, hz, kg, kilobits/s, km, km/pixel, km/s, m, m**2, m**3, m/pixel, m/s, mV, mbar, micrometer, microseconds, min, mm, mm/pixel, mol, mrad, ms, nm, none, pixel, pixel/deg, rad, rad/s, s, sr, yr
Type: ASCII_Short_String_Collapsed
Class Name: Stream_Delimited_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: OFFSET
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_Extended
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: OFFSET
Value Concept: SHORT_STRING
Type: ASCII_Integer
Class Name: Inventory_LIDVID_Primary
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Value: 2
Type: ASCII_Integer
Class Name: Inventory_LIDVID_Secondary
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Value: 1
Type: ASCII_Integer
Class Name: Inventory_LID_Secondary
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Value: 1
Type: ASCII_Integer
Class Name: Manifest
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Value: 2
Type: ASCII_Integer
Class Name: Stream_Delimited
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Table_Base
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: Association
Type: Association
Type: Association
Type: Association
Value: File_Area_XML_Schema
Type: Association
Value: File_Area
Type: Association
Value: File_Area_Manifest
Type: Association
Value: File_Area_Observational
Type: Association
Type: Association
Value: File_Area_SPICE_Kernel_Text
Type: Association
Value: File_Area_Text
Type: Association
Value: File_Area_Encoded_Image
Type: ASCII_Short_String_Collapsed
Class Name: File
Minimum Characters: 1
Maximum Characters: 120
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Manifest_Entry
Minimum Characters: 1
Maximum Characters: 120
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: Association
Value: File
Type: ASCII_Integer
Class Name: File
Minimum Value: -2147483648
Maximum Value: 2147483647
Data Element Concept: SIZE
Value Concept: INTEGER
Type: ASCII_File_Specification_Name
Class Name: Bundle_Member_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: NAME
Type: ASCII_Short_String_Collapsed
Class Name: Zipped_Member_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Camera_Parameters
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: 0, 1, 2, 3, 4, 5, 6, 7, 8, A, B, C1, C2, C3, D, HFM1, LFM1
Type: ASCII_Short_String_Collapsed
Class Name: Camera_Parameters
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: NAME
Value Concept: SHORT_STRING
Value: A, B, BLUE, BLUE-GREEN, C, CLEAR, D, E, F, GREEN, IR-7270, IR-7560, IR-8890, IR-9680, L1000_R480, L440_R440, L450_R670, L670_R670, L800_R750, L860_R-DIOPTER, L885_R947, L900_R600, L925_R935, L930_R530, L935_R990, L965_R965, LONGWAVE, METHANE-JST, METHANE-U, MINUS BLUE, MI_CLOSED, MI_OPEN, NEAR-INFRARED, NONE, ORANGE, PANCAM_L2_753NM, PANCAM_L8_440NM, PANCAM_LV_602NM, PANCAM_R8_880NM, RED, SHORTWAVE, SODIUM-D, SOLAR UV-22, T11, T15, T20, T7, T9, ULTRAVIOLET, VIOLET
Type: ASCII_Integer
Class Name: Image_2D_Display
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: VALUE2
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Image_2D_Display
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: VALUE2
Value Concept: INTEGER
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Angle
Unit Id: deg
Class Name: Image_Map_Projection
Minimum Value: -90.0
Maximum Value: 90.0
Data Element Concept: PARALLEL
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Document_Format
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_DOI
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: nn.nnnn/nnn
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_DOY
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: yyyy-doy
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_DOY
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: yyyy-doyThh:mm:ss.sss
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_UTC
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: yyyy-mm-ddThh:mm:ss.sssZ
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_YMD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: yyyy-mm-ddThh:mm:ss.sss
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_YMD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: yyyy-mm-dd
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Directory_Path_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: dir1/dir2/
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_File_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: file_name.file_extension
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_File_Specification_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_LIDVID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: URN:NASA:PDS:xxxx::M.n
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_LID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: URN:NASA:PDS:xxxx
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_MD5_Checksum
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: 0123456789abcdef
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: hh:mm:ss.sss
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_VID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: M.m
Type: ASCII_Short_String_Collapsed
Class Name: Data_Type
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Value_Domain
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Local_DD
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Subject_Area
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Camera_Parameters
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: Association
Value: Array_Axis
Type: Association
Value: Array_Axis
Type: Association
Value: Array_Axis
Type: Association
Value: Array_Element
Type: Association
Value: Table_Field_Checksum
Type: Association
Type: Association
Type: Association
Value: Table_Field_LIDVID
Type: Association
Value: Table_Field_LIDVID
Type: Association
Value: Table_Field_LID
Type: Association
Value: File
Type: Association
Value: File
Type: Association
Value: Property_Map_Entry
Type: Association
Type: Association
Type: Association
Type: Association
Value: Table_Record_Manifest
Type: Association
Value: Table_Record
Type: Association
Value: Table_Record_Binary_Grouped
Type: Association
Value: Table_Record_Binary
Type: Association
Type: Association
Value: Table_Record_Character
Type: Association
Type: Association
Type: Association
Value: Stream_Delimited_Field, Stream_Delimited_Grouped_Sequence
Type: Association
Value: Table_Binary_Field_Sequence
Type: Association
Value: Table_Binary_Grouped_Bit_Field, Table_Binary_Grouped_Field, Table_Binary_Grouped_Sequence
Type: Association
Type: Association
Value: Table_Character_Grouped_Field, Table_Character_Grouped_Sequence
Type: Association
Type: Association
Value: Table_Binary_Field
Type: Association
Type: Association
Value: Table_Character_Field
Type: Association
Value: Axis_Vector
Type: Association
Value: Center_Vector
Type: Association
Value: Horizontal_Vector
Type: Association
Value: Image_2D_Display
Type: Association
Value: Mission_Area
Type: Association
Value: Node_Area
Type: Association
Value: Observing_System
Type: Association
Value: Observing_System
Type: Association
Value: Observing_System
Type: Association
Value: Observing_System
Type: Association
Value: Vector
Type: Association
Value: Origin_Offset_Vector
Type: Association
Value: Origin_Rotation_Quaternion
Type: Association
Value: Coefficients_Array
Type: Association
Value: Stream_Delimited_Record
Type: Association
Value: Encoded_Image
Type: Association
Value: Array_2D_Image, Array_2D_Map, Array_2D_Spectrum, Array_3D_Image, Array_3D_Movie, Array_3D_Spectrum, Encoded_Image, File_PDF, Header, Inventory_LIDVID_Primary, Inventory_LIDVID_Secondary, Inventory_LID_Secondary, Manifest, SPICE_Kernel_Binary, SPICE_Kernel_Text, Stream_Delimited, Table_Base_Character, Table_Binary, Table_Binary_Grouped, Table_Character, Table_Character_Grouped, XML_Schema
Type: Association
Value: Inventory_LIDVID_Primary
Type: Association
Value: Inventory_LIDVID_Secondary
Type: Association
Value: Inventory_LID_Secondary
Type: Association
Value: Manifest
Type: Association
Value: Array_2D_Image, Array_2D_Map, Array_2D_Spectrum, Array_3D_Image, Array_3D_Movie, Array_3D_Spectrum, Header, Stream_Delimited, Stream_Text, Table_Binary, Table_Binary_Grouped, Table_Character, Table_Character_Grouped
Type: Association
Value: SPICE_Kernel_Binary
Type: Association
Value: SPICE_Kernel_Text
Type: Association
Value: Stream_Text
Type: Association
Value: XML_Schema
Type: Association
Value: Array_2D_Image, Array_2D_Map, Array_2D_Spectrum, Array_3D_Image, Array_3D_Movie, Array_3D_Spectrum, Encoded_Image, File_PDF, Header, Stream_Delimited, Stream_Text, Table_Binary, Table_Binary_Grouped, Table_Character, Table_Character_Grouped
Type: Association
Value: Vertical_Vector
Type: ASCII_Short_String_Collapsed
Class Name: Identification_Area_System
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: HOME
Value Concept: SHORT_STRING
Type: ASCII_Real
Class Name: Image_Map_Projection
Minimum Value: 1.0
Maximum Value: INF
Data Element Concept: OFFSET
Value Concept: REAL
Type: Association
Value: Identification_Area_Product
Type: Association
Value: Identification_Area_Product
Type: Association
Value: Identification_Area_Bundle
Type: Association
Type: Association
Value: Identification_Area_Document
Type: Association
Value: Identification_Area_Product
Type: Association
Value: Identification_Area_Product
Type: Association
Value: Identification_Area_Product
Type: Association
Value: Identification_Area_Manifest
Type: Association
Value: Identification_Area_Product
Type: Association
Value: Identification_Area_Product
Type: Association
Value: Identification_Area_Product
Type: Association
Value: Identification_Area
Type: ASCII_Short_String_Collapsed
Class Name: Attribute_Definition
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: IDENTIFIER
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Image_Map_Projection
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Angle
Unit Id: deg
Class Name: Rings_Prod_Info
Minimum Value: 0.0
Maximum Value: 180.0
Data Element Concept: ANGLE
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Node
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: NAME
Value Concept: SHORT_STRING
Pattern: [a-zA-Z]{1}([-/, ._a-zA-Z0-9]*)
Type: ASCII_Short_String_Collapsed
Class Name: PDS_Affiliate
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: NAME
Value Concept: SHORT_STRING
Pattern: [a-zA-Z]{1}([-/, ._a-zA-Z0-9]*)
Type: ASCII_Short_String_Collapsed
Class Name: Subject_Area
Minimum Characters: 1
Maximum Characters: 120
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Subject_Area
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Special_Constants
Minimum Characters: 1
Maximum Characters: 20
Data Element Concept: CONSTANT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Subject_Area
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Attribute_Definition
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: FLAG
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: SPICE_Kernel_Binary
Minimum Characters: 1
Maximum Characters: 18
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: SPICE_Kernel_Text
Minimum Characters: 1
Maximum Characters: 18
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Terminological_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Value: English
Type: ASCII_Date_Time
Class Name: Local_DD
Data Element Concept: DATE_TIME
Value Concept: TIME
Type: ASCII_Date_Time
Class Name: Identification_Area
Data Element Concept: DATE_TIME
Value Concept: TIME
Type: ASCII_Short_String_Collapsed
Class Name: Bundle_Member_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: REFERENCE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Reference_Entry_Generic
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: REFERENCE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Name_Resolution
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: REFERENCE
Value Concept: SHORT_STRING
Pattern: URN:NASA:PDS:{1}[a-zA-Z]{1}([^x20][-./_+a-zA-Z0-9]+)(:*)([0-9]*)(.?)([0-9]*)
Type: ASCII_Short_String_Collapsed
Class Name: Reference_Entry_Generic
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: REFERENCE
Value Concept: SHORT_STRING
Pattern: URN:NASA:PDS:{1}[a-zA-Z]{1}([^x20][-./_+a-zA-Z0-9]+)(:*)([0-9]*)(.?)([0-9]*)
Type: ASCII_Short_String_Collapsed
Class Name: Zipped_Member_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: REFERENCE
Value Concept: SHORT_STRING
Pattern: URN:NASA:PDS:{1}[a-zA-Z]{1}([^x20][-./_+a-zA-Z0-9]+)(:*)([0-9]*)(.?)([0-9]*)
Type: ASCII_Short_String_Collapsed
Class Name: Image_2D_Display
Minimum Characters: 1
Maximum Characters: 6
Data Element Concept: DIRECTION
Value Concept: SHORT_STRING
Type: ASCII_Integer
Class Name: Image_Map_Projection
Minimum Value: 0
Maximum Value: 2147483647
Data Element Concept: PIXEL
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Image_Map_Projection
Minimum Value: 0
Maximum Value: 2147483647
Data Element Concept: PIXEL
Value Concept: INTEGER
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Misc
Unit Id: pixel
Class Name: Image_Map_Projection
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: OFFSET
Value Concept: REAL
Type: Association
Value: Local_Association
Type: ASCII_Short_String_Collapsed
Class Name: Local_Association
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Local_Attribute
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: Association
Value: Local_Attribute
Type: Association
Value: Local_Class
Type: ASCII_Short_String_Collapsed
Class Name: Imaging
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: LOCAL_IDENTIFIER
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: File
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: LOCAL_IDENTIFIER
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Observing_System
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: LOCAL_IDENTIFIER
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: TDO_Structures
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: LOCAL_IDENTIFIER
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: TNDO_Supplemental
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: LOCAL_IDENTIFIER
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Observation_Area
Minimum Characters: 8
Maximum Characters: 12
Data Element Concept: DATE_TIME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Observation_Area
Minimum Characters: 8
Maximum Characters: 12
Data Element Concept: DATE_TIME
Value Concept: SHORT_STRING
Type: Association
Value: Local_Value_Domain
Type: ASCII_Short_String_Collapsed
Class Name: Identification_Area
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: LOGICAL_IDENTIFIER
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Image_Map_Projection
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Value: AITOFF, ALBERS, BONNE, BRIESEMEISTER, CYLINDRICAL_EQUAL_AREA, EQUIDISTANT, EQUIRECTANGULAR, GNOMONIC, HAMMER, HENDU, LAMBERT AZIMUTHAL EQUAL AREA, LAMBERT CONFORMAL, MERCATOR, MOLLWEIDE, OBLIQUE CYLINDRICAL, ORTHOGRAPHIC, POLAR STEREOGRAPHIC, SIMPLE CYLINDRICAL, SINUSOIDAL, STEREOGRAPHIC, TRANSVERSE MERCATOR, VAN DER GRINTEN, WERNER
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Angle
Unit Id: deg
Class Name: Image_Map_Projection
Minimum Value: 0.0
Maximum Value: 180.0
Data Element Concept: ROTATION
Value Concept: REAL
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Scale
Unit Id: pixel/deg
Class Name: Image_Map_Projection
Minimum Value: 0.0
Maximum Value: INF
Data Element Concept: RESOLUTION
Value Concept: REAL
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Scale
Unit Id: km/pixel
Class Name: Image_Map_Projection
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: SCALE
Value Concept: REAL
Type: ASCII_Integer
Class Name: File
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_AnyURI
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 255
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Boolean_TF
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_DOI
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 255
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_DOY
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 8
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_DOY
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 30
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_UTC
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 30
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_YMD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 30
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 30
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_YMD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 10
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Directory_Path_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 255
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_File_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 255
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_File_Specification_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 255
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Identifier
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 100
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Integer
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_LIDVID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 255
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_LID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 255
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_MD5_Checksum
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 32
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Mask
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 255
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_NonNegative_Integer
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base16
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 255
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base2
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 255
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Real
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Short_String_Collapsed
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 255
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Short_String_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 255
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Text_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 2147483647
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 20
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_VID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 100
Type: ASCII_Short_String_Collapsed
Class Name: Data_Type
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Short_String_Collapsed
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 255
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Short_String_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 255
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Text_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 2147483647
Type: ASCII_Short_String_Collapsed
Class Name: Value_Domain
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Angle
Unit Id: deg
Class Name: Image_Map_Projection
Minimum Value: -90.0
Maximum Value: 90.0
Data Element Concept: LATITUDE
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Local_Association
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Real
Class Name: Object_Statistics
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: MAXIMUM
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Stream_Delimited
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: LENGTH
Value Concept: SHORT_STRING
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Length
Unit Id: m
Class Name: Rings_Prod_Info
Minimum Value: 0.0
Maximum Value: INF
Data Element Concept: RADIUS
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Stream_Delimited_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_Extended
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Local_Attribute
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_DOY
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_UTC
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_YMD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Identifier
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Integer
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Value: 2147483647
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_LID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_NonNegative_Integer
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Value: 2147483647
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base16
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base2
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Real
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Value: INF
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Short_String_Collapsed
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Short_String_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Text_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_VID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Data_Type
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Short_String_Collapsed
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Short_String_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Text_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Value_Domain
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: File
Minimum Characters: 32
Maximum Characters: 32
Data Element Concept: CHECKSUM
Value Concept: SHORT_STRING
Pattern: ([a-f0-9]{32})
Type: ASCII_Short_String_Collapsed
Class Name: Manifest_Entry
Minimum Characters: 32
Maximum Characters: 32
Data Element Concept: CHECKSUM
Value Concept: SHORT_STRING
Pattern: ([a-f0-9]{32})
Type: ASCII_Short_String_Collapsed
Class Name: Object_Statistics
Minimum Characters: 32
Maximum Characters: 32
Data Element Concept: CHECKSUM
Value Concept: SHORT_STRING
Pattern: ([a-f0-9]{32})
Type: ASCII_Short_String_Collapsed
Class Name: Zipped_Member_Entry
Minimum Characters: 32
Maximum Characters: 32
Data Element Concept: CHECKSUM
Value Concept: SHORT_STRING
Pattern: ([a-f0-9]{32})
Type: ASCII_Real
Class Name: Object_Statistics
Minimum Value: 0.0
Maximum Value: INF
Data Element Concept: MEAN
Value Concept: REAL
Type: ASCII_Real
Class Name: Object_Statistics
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: MEDIAN
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Volume_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Type: Association
Value: Zipped_Member_Entry
Type: Association
Value: Bundle_Member_Entry
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_AnyURI
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Boolean_TF
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_DOI
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_DOY
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_DOY
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_UTC
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_YMD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_YMD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Directory_Path_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_File_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_File_Specification_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Identifier
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Integer
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_LIDVID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_LID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_MD5_Checksum
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 32
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Mask
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_NonNegative_Integer
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base16
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base2
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Real
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Short_String_Collapsed
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Short_String_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Text_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_VID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: Data_Type
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Short_String_Collapsed
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Short_String_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Text_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: 1
Type: ASCII_Short_String_Collapsed
Class Name: Value_Domain
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Angle
Unit Id: deg
Class Name: Image_Map_Projection
Minimum Value: -90.0
Maximum Value: 90.0
Data Element Concept: LATITUDE
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Local_Association
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Real
Class Name: Object_Statistics
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: MINIMUM
Value Concept: REAL
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Length
Unit Id: m
Class Name: Rings_Prod_Info
Minimum Value: 0.0
Maximum Value: INF
Data Element Concept: RADIUS
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Stream_Delimited_Field
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Table_Field_Extended
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Local_Attribute
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_DOY
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_UTC
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_YMD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Identifier
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Integer
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Value: -2147483648
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_LID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_NonNegative_Integer
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Value: 0
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base16
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base2
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Real
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Value: -INF
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Short_String_Collapsed
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Short_String_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Text_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_VID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Data_Type
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Short_String_Collapsed
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Short_String_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Text_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Value_Domain
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Special_Constants
Minimum Characters: 1
Maximum Characters: 20
Data Element Concept: CONSTANT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Observation_Area
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Local_Attribute
Minimum Characters: 1
Maximum Characters: 61
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Local_Class
Minimum Characters: 1
Maximum Characters: 61
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Array_Axis
Minimum Characters: 1
Maximum Characters: 61
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Header
Minimum Characters: 1
Maximum Characters: 61
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Name_Resolution
Minimum Characters: 1
Maximum Characters: 61
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: Association
Value: Name_Resolution
Type: ASCII_Short_String_Collapsed
Class Name: Local_DD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Attribute_Definition
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Property_Map
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Rings_Prod_Info
Minimum Characters: 1
Maximum Characters: 12
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: RINGS
Type: ASCII_Short_String_Collapsed
Class Name: Node
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: NAME
Value Concept: SHORT_STRING
Value: Engineering, Geosciences, Imaging, Navigation_Ancillary_Information_Facility, Planetary_Atmospheres, Planetary_Plasma_Interactions, Planetary_Rings, Radio_Science, Small_Bodies
Type: ASCII_Short_String_Collapsed
Class Name: PDS_Affiliate
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: NAME
Value Concept: SHORT_STRING
Value: Engineering, Geosciences, HQ, Imaging, National_Space_Science_Data_Center, Navigation_Ancillary_Information_Facility, PDS_Management, Planetary_Atmospheres, Planetary_Plasma_Interactions, Planetary_Rings, Radio_Science, Small_Bodies, unk
Type: ASCII_Short_String_Collapsed
Class Name: Rings_Prod_Info
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: NAME
Value Concept: SHORT_STRING
Value: Planetary_Rings
Type: ASCII_Short_String_Collapsed
Class Name: Special_Constants
Minimum Characters: 1
Maximum Characters: 20
Data Element Concept: CONSTANT
Value Concept: SHORT_STRING
Type: ASCII_Text_Preserved
Class Name: Investigation
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: SUMMARY
Value Concept: TEXT
Type: Association
Value: Observing_System_Component
Type: ASCII_Short_String_Collapsed
Class Name: Observing_System_Component
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Subject_Area
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Rings_Prod_Info
Minimum Characters: 1
Maximum Characters: 10
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: STELLAR
Type: ASCII_Integer
Class Name: Array_Base
Minimum Value: 0
Maximum Value: 2147483647
Data Element Concept: OFFSET
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Encoded_Byte_Stream
Minimum Value: 0
Maximum Value: 2147483647
Data Element Concept: OFFSET
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Parsable_Byte_Stream
Minimum Value: 0
Maximum Value: 2147483647
Data Element Concept: OFFSET
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Table_Base
Minimum Value: 0
Maximum Value: 2147483647
Data Element Concept: OFFSET
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Observation_Area
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: NUMBER
Value Concept: INTEGER
Type: ASCII_Numeric_Base2
Class Name: Telemetry_Parameters
Data Element Concept: MASK
Value Concept: BASE2
Type: ASCII_Short_String_Collapsed
Class Name: Local_Attribute
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Boolean_TF
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Value: (T|F)
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_DOI
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Value: 10\.\S+/\S+
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_DOY
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Value: (-|)[0-9]{4}, (-|)[0-9]{4}-((0[0-9][1-9])|([1-2][0-9][0-9])|(3(([0-5][0-9])|(6[0-6]))))
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_DOY
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Value: (-|)[0-9]{4}-((0[0-9][1-9])|([1-2][0-9][0-9])|(3(([0-5][0-9])|(6[0-6]))))(T| )(([0-1][0-9])|(2[0-3])):[0-5][0-9](Z|), (-|)[0-9]{4}-((0[0-9][1-9])|([1-2][0-9][0-9])|(3(([0-5][0-9])|(6[0-6]))))(T| )(([0-1][0-9])|(2[0-3])):[0-5][0-9]:(([0-5][0-9])|60)((\.[0-9]+)|)(Z|), (-|)[0-9]{4}-((0[0-9][1-9])|([1-2][0-9][0-9])|(3(([0-5][0-9])|(6[0-6]))))(T| )(([0-1][0-9])|(2[0-4]))(Z|), (-|)[0-9]{4}-((0[0-9][1-9])|([1-2][0-9][0-9])|(3(([0-5][0-9])|(6[0-6]))))(T| )24:00((:00((\.0+)|))|)(Z|)
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_YMD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Value: (-|)[0-9]{4}-((0[1-9])|(1[0-2]))-((0[1-9])|([1-2][0-9])|(3[0-1]))(T| )(([0-1][0-9])|(2[0-3])):[0-5][0-9](Z|), (-|)[0-9]{4}-((0[1-9])|(1[0-2]))-((0[1-9])|([1-2][0-9])|(3[0-1]))(T| )(([0-1][0-9])|(2[0-3])):[0-5][0-9]:(([0-5][0-9])|60)((\.[0-9]+)|)(Z|), (-|)[0-9]{4}-((0[1-9])|(1[0-2]))-((0[1-9])|([1-2][0-9])|(3[0-1]))(T| )(([0-1][0-9])|(2[0-4]))(Z|), (-|)[0-9]{4}-((0[1-9])|(1[0-2]))-((0[1-9])|([1-2][0-9])|(3[0-1]))(T| )24:00((:00((\.0+)|))|)(Z|)
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_YMD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Value: (-|)[0-9]{4}, (-|)[0-9]{4}-((0[1-9])|(1[0-2])), (-|)[0-9]{4}-((0[1-9])|(1[0-2]))-((0[1-9])|([1-2][0-9])|(3[0-1]))
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Identifier
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Value: [a-zA-Z]{1}([-_a-zA-Z0-9]*)
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_LID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Value: URN:NASA:PDS:[A-Za-z][-_.A-Za-z0-9]*(:[A-Za-z][-_.A-Za-z0-9]*)*
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_MD5_Checksum
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Value: [0-9a-fA-F]{32}
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base16
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Value: [0-9a-fA-F]{32}
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base2
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Value: [0-1]{32}
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Value: (([0-1][0-9])|(2[0-3])):[0-5][0-9](Z|), (([0-1][0-9])|(2[0-3])):[0-5][0-9]:(([0-5][0-9])|60)((\.[0-9]+)|)(Z|), (([0-1][0-9])|(2[0-4]))(Z|), 24:00((:00((\.0+)|))|)(Z|)
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_VID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Value: 0\.([1-9]|([0-9][0-9]+)), [1-9][0-9]*, [1-9][0-9]*\.[0-9]+
Type: ASCII_Short_String_Collapsed
Class Name: Data_Type
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Value_Domain
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: PATTERN
Value Concept: SHORT_STRING
Type: ASCII_Boolean_TF
Class Name: Local_DD
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Type: Association
Value: Permissible_Value
Type: ASCII_Short_String_Collapsed
Class Name: PDS_Affiliate
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: FLAG
Value Concept: SHORT_STRING
Type: ASCII_Real
Class Name: Observation_Area
Minimum Value: 0
Maximum Value: INF
Data Element Concept: NUMBER
Value Concept: REAL
Type: ASCII_Boolean_TF
Class Name: Rings_Prod_Info
Minimum Characters: 1
Maximum Characters: 1
Data Element Concept: FLAG
Value Concept: BOOLEAN
Type: ASCII_Short_String_Collapsed
Class Name: Az_el_coordinate_system
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: DIRECTION
Value Concept: SHORT_STRING
Value: clockwise, counterclockwise
Type: ASCII_Short_String_Collapsed
Class Name: Az_el_coordinate_system
Minimum Characters: 1
Maximum Characters: 10
Data Element Concept: DIRECTION
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Image_Map_Projection
Minimum Characters: 1
Maximum Characters: 4
Data Element Concept: DIRECTION
Value Concept: SHORT_STRING
Type: ASCII_Text_Preserved
Class Name: PDS_Affiliate
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: TEXT
Value Concept: TEXT
Type: ASCII_Short_String_Collapsed
Class Name: Name_Resolution
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Collection_Data
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Data_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Identification_Area_System
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Identification_Area
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: Association
Value: Volume_PDS3
Type: Association
Value: Volume_Set_PDS3
Type: Association
Value: Data_Set_PDS3
Type: Association
Value: PDS_Affiliate
Type: Association
Value: PDS_Guest
Type: Association
Value: Attribute_Definition
Type: Association
Value: Citation
Type: Association
Value: Instrument_Host
Type: Association
Value: Instrument
Type: Association
Value: Investigation
Type: Association
Value: Mission
Type: Association
Value: Node
Type: Association
Value: Resource
Type: Association
Value: Target
Type: Association
Value: Update
Type: Association
Value: Document_Desc
Type: ASCII_Short_String_Collapsed
Class Name: Identification_Area_Document
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Value: AAREADME, ERRATA, Programmers_Manual, SIS, Users_Manual, example.DPH
Type: ASCII_Short_String_Collapsed
Class Name: Identification_Area
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Property_Map_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Property_Map_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Volume_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: DATE
Value Concept: SHORT_STRING
Type: ASCII_Date_YMD
Class Name: Document_Desc
Minimum Characters: 1
Maximum Characters: 10
Data Element Concept: DATE
Value Concept: TIME
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Length
Unit Id: m
Class Name: Rings_Prod_Info
Minimum Value: 0.0
Maximum Value: INF
Data Element Concept: RESOLUTION
Value Concept: REAL
Type: ASCII_Integer
Class Name: Telemetry_Parameters
Minimum Value: 0
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Table_Base
Minimum Value: 0
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Short_String_Collapsed
Class Name: Stream_Delimited
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: DELIMITER
Value Concept: SHORT_STRING
Type: ASCII_Integer
Class Name: File
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Stream_Delimited
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Table_Base
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Short_String_Collapsed
Class Name: Bundle_Member_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: has_browse_collection, has_calibration_collection, has_context_collection, has_data_collection, has_document_collection, has_geometry_collection, has_member_collection, has_miscellaneous_collection, has_spice_collection, has_xml_schema_collection
Type: ASCII_Short_String_Collapsed
Class Name: Collection_Reference_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: has_associated_collection, has_file_manifest, has_file_manifest_collection, has_investigation_collection, has_node_collection, has_publication_collection, has_target_collection, has_update_collection
Type: ASCII_Short_String_Collapsed
Class Name: Context_Reference_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: has_association, has_data_producer, has_instrument, has_instrument_host, has_investigation , has_node, has_personnel, has_publication, has_resource, has_target
Type: ASCII_Short_String_Collapsed
Class Name: Inventory_LIDVID_Primary
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: has_member_LIDVID_Primary
Type: ASCII_Short_String_Collapsed
Class Name: Inventory_LIDVID_Secondary
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: has_member_LIDVID_Secondary
Type: ASCII_Short_String_Collapsed
Class Name: Inventory_LID_Secondary
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: has_member_LID_Secondary
Type: ASCII_Short_String_Collapsed
Class Name: Manifest
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: has_member
Type: ASCII_Short_String_Collapsed
Class Name: Observing_System_Reference_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Product_Reference_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: curated_by_node, has_association, has_browse, has_calibration, has_document, has_geometry, has_instrument, has_instrument_host, has_investigation, has_node, has_personnel, has_primary_collection, has_primary_product, has_publication, has_resource, has_spice, has_target, has_thumbnail
Type: ASCII_Short_String_Collapsed
Class Name: Reference_Entry_Generic
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Reference_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: has_association
Type: ASCII_Short_String_Collapsed
Class Name: Zipped_Member_Entry
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: contained_product, manifest_product
Type: ASCII_Short_String_Collapsed
Class Name: Az_el_coordinate_system
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: Association
Value: Reference_Entry
Type: Association
Value: Collection_Reference_Entry
Type: Association
Value: Context_Reference_Entry
Type: Association
Value: Reference_Entry
Type: Association
Value: Reference_Entry_Generic
Type: Association
Value: Reference_Entry
Type: Association
Value: Product_Reference_Entry
Type: Association
Value: Reference_Entry
Type: Association
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Angle
Unit Id: deg
Class Name: Image_Map_Projection
Minimum Value: -90.0
Maximum Value: 90.0
Data Element Concept: LATITUDE
Value Concept: REAL
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Angle
Unit Id: deg
Class Name: Image_Map_Projection
Minimum Value: -180.0
Maximum Value: 360.0
Data Element Concept: LONGITUDE
Value Concept: REAL
Type: ASCII_Text_Preserved
Class Name: Bibliographic_Reference
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: TEXT
Value Concept: TEXT
Type: ASCII_Text_Preserved
Class Name: Reference
Minimum Characters: 1
Maximum Characters: 2147483647
Data Element Concept: TEXT
Value Concept: TEXT
Type: ASCII_Short_String_Collapsed
Class Name: Attribute_Definition
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Local_DD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Attribute_Definition
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Date_YMD
Class Name: Personnel
Minimum Characters: 1
Maximum Characters: 10
Data Element Concept: DATE
Value Concept: TIME
Type: ASCII_Integer
Class Name: Stream_Delimited_Grouped_Sequence
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Table_Binary_Grouped_Sequence
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Table_Character_Grouped_Sequence
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Short_String_Collapsed
Class Name: Document_Desc
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Date_Time
Class Name: Rings_Prod_Info
Data Element Concept: DATE_TIME
Value Concept: TIME
Type: ASCII_Date_Time
Class Name: Rings_Prod_Info
Data Element Concept: DATE_TIME
Value Concept: TIME
Type: ASCII_Short_String_Collapsed
Class Name: Rings_Prod_Info
Minimum Characters: 1
Maximum Characters: 20
Data Element Concept: DIRECTION
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Name_Resolution
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ROLE
Value Concept: SHORT_STRING
Type: ASCII_Numeric_Base2
Class Name: Object_Statistics
Data Element Concept: MASK
Value Concept: BASE2
Type: ASCII_Short_String_Collapsed
Class Name: Image_2D_Display
Minimum Characters: 1
Maximum Characters: 6
Data Element Concept: DIRECTION
Value Concept: SHORT_STRING
Type: ASCII_Integer
Class Name: Image_Map_Projection
Minimum Value: 0
Maximum Value: 2147483647
Data Element Concept: PIXEL
Value Concept: INTEGER
Type: ASCII_Integer
Class Name: Image_Map_Projection
Minimum Value: 0
Maximum Value: 2147483647
Data Element Concept: PIXEL
Value Concept: INTEGER
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Misc
Unit Id: pixel
Class Name: Image_Map_Projection
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: OFFSET
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Special_Constants
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: CONSTANT
Value Concept: SHORT_STRING
Type: ASCII_Real
Class Name: Array_Element
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: FACTOR
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Camera_Parameters
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Real
Unit of Measure: UnitOfMeasure_Angle
Unit Id: deg
Class Name: Image_Map_Projection
Minimum Value: -90.0
Maximum Value: 90.0
Data Element Concept: PARALLEL
Value Concept: REAL
Type: ASCII_Integer
Class Name: Array_Axis
Minimum Value: -2147483648
Maximum Value: 2147483647
Data Element Concept: NUMBER
Value Concept: INTEGER
Type: ASCII_Short_String_Collapsed
Class Name: Camera_Parameters
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: BODARK, BOTSIM, BSIMAN, NADARK, NAONLY, WADARK, WAONLY
Type: ASCII_Real
Class Name: Observation_Area
Minimum Value: 0
Maximum Value: INF
Data Element Concept: LONGITUDE
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Personnel
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Pattern: [a-zA-Z]{1}([-. ,_a-zA-Z0-9]*)
Type: ASCII_Integer
Class Name: Observation_Area
Minimum Value: 0
Maximum Value: 2147483647
Data Element Concept: VALUE2
Value Concept: INTEGER
Type: ASCII_Short_String_Collapsed
Class Name: Observation_Area
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Observation_Area
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: COUNT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Telemetry_Parameters
Minimum Characters: 1
Maximum Characters: 180
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Real
Class Name: Object_Statistics
Minimum Value: 0.0
Maximum Value: INF
Data Element Concept: DEVIATION
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Rings_Prod_Info
Minimum Characters: 1
Maximum Characters: 40
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Integer
Class Name: Table_Binary_Grouped_Bit_Field
Minimum Value: 1
Maximum Value: 2147483647
Data Element Concept: BIT
Value Concept: INTEGER
Type: ASCII_Date_YMD
Class Name: Investigation
Minimum Characters: 1
Maximum Characters: 10
Data Element Concept: DATE
Value Concept: TIME
Type: ASCII_Short_String_Collapsed
Class Name: Data_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: DATE_TIME
Value Concept: SHORT_STRING
Type: ASCII_Date_Time
Class Name: Observation_Area
Data Element Concept: DATE_TIME
Value Concept: TIME
Type: ASCII_Short_String_Collapsed
Class Name: Document_Format
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: IDENTIFIER
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Local_DD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Attribute_Definition
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Date_YMD
Class Name: Investigation
Minimum Characters: 1
Maximum Characters: 10
Data Element Concept: DATE
Value Concept: TIME
Type: ASCII_Short_String_Collapsed
Class Name: Data_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: DATE_TIME
Value Concept: SHORT_STRING
Type: ASCII_Date_Time
Class Name: Observation_Area
Data Element Concept: DATE_TIME
Value Concept: TIME
Type: Association
Value: Subject_Area
Type: Association
Value: Subject_Area
Type: Association
Value: Subject_Area
Type: ASCII_Short_String_Collapsed
Class Name: Attribute_Definition
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Subject_Area
Minimum Characters: 1
Maximum Characters: 120
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Telemetry_Parameters
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: ssw_mer_dp, ttacs
Type: ASCII_Short_String_Collapsed
Class Name: Telemetry_Parameters
Minimum Characters: 1
Maximum Characters: 100
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Telemetry_Parameters
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: data_product, sfdu
Type: ASCII_Short_String_Collapsed
Class Name: PDS_Affiliate
Minimum Characters: 1
Maximum Characters: 30
Data Element Concept: NUMBER
Value Concept: SHORT_STRING
Pattern: (\+{1}[0-9]{2} )?([0-9]{3} [0-9]{3} [0-9]{4}))
Type: Association
Value: Terminological_Entry
Type: ASCII_Short_String_Collapsed
Class Name: Attribute_Definition
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TITLE
Value Concept: SHORT_STRING
Type: UTF8_Short_String_Collapsed
Class Name: Identification_Area
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TITLE
Value Concept: SHORT_STRING
Type: UTF8_Short_String_Collapsed
Class Name: Observing_System
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TITLE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_AmountOfSubstance
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: AmountOfSubstance
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Angle
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Angle
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Angular_Velocity
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Angular_Velocity
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Area
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Area
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Frequency
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Frequency
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Length
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Length
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Mass
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Mass
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Misc
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Miscellaneous
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_None
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: None
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_OpticalPathLength
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: OpticalPathLength
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Pressure
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Pressure
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Radiance
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Radiance
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Rates
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Rates
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Scale
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Scale
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Solid_Angle
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Soiid_Angle
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Storage
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Storage
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Temperature
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Temperature
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Time
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Velocity
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Velocity
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Voltage
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Voltage
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Volume
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: Volume
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_AmountOfSubstance
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: mol
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Angle
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Angular_Velocity
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Area
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: m**2
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Frequency
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: hz
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Length
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Mass
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Misc
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_None
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: none
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_OpticalPathLength
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: airmass
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Pressure
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Radiance
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: W*m**-2*sr**-1
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Rates
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: counts/bin, kilobits/s
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Scale
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: electron/DN, km/pixel, m/pixel, mm/pixel, pixel/deg
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Solid_Angle
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: sr
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Storage
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Value: byte
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Temperature
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Velocity
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Voltage
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure_Volume
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UnitOfMeasure
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Value_Domain
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Local_Attribute
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: UnitOfMeasure_AmountOfSubstance, UnitOfMeasure_Angle, UnitOfMeasure_Angular_Velocity, UnitOfMeasure_Area, UnitOfMeasure_Frequency, UnitOfMeasure_Length, UnitOfMeasure_Mass, UnitOfMeasure_Misc, UnitOfMeasure_None, UnitOfMeasure_OpticalPathLength, UnitOfMeasure_Pressure, UnitOfMeasure_Radiance, UnitOfMeasure_Rates, UnitOfMeasure_Scale, UnitOfMeasure_Solid_Angle, UnitOfMeasure_Storage, UnitOfMeasure_Temperature, UnitOfMeasure_Time, UnitOfMeasure_Velocity, UnitOfMeasure_Voltage, UnitOfMeasure_Volume
Type: ASCII_Short_String_Collapsed
Class Name: Array_Axis
Minimum Characters: 1
Maximum Characters: 40
Data Element Concept: UNIT
Value Concept: SHORT_STRING
Value: AU, Angstrom, DN, K, L, Pa, V, W*m**-2*sr**-1, airmass, arcmin, arcsec, bar, byte, cm, cm/s, counts/bin, day, deg, deg/day, deg/s, degC, electron/DN, g, hPa, hr, hr, hz, kg, kilobits/s, km, km/pixel, km/s, m, m**2, m**3, m/pixel, m/s, mV, mbar, micrometer, microseconds, min, mm, mm/pixel, mol, mrad, ms, nm, none, pixel, pixel/deg, rad, rad/s, s, sr, yr
Type: ASCII_Short_String_Collapsed
Class Name: Array_Element
Minimum Characters: 1
Maximum Characters: 40
Data Element Concept: UNIT
Value Concept: SHORT_STRING
Value: AU, Angstrom, DN, K, L, Pa, V, W*m**-2*sr**-1, airmass, arcmin, arcsec, bar, byte, cm, cm/s, counts/bin, day, deg, deg/day, deg/s, degC, electron/DN, g, hPa, hr, hr, hz, kg, kilobits/s, km, km/pixel, km/s, m, m**2, m**3, m/pixel, m/s, mV, mbar, micrometer, microseconds, min, mm, mm/pixel, mol, mrad, ms, nm, none, pixel, pixel/deg, rad, rad/s, s, sr, yr
Type: ASCII_Short_String_Collapsed
Class Name: Special_Constants
Minimum Characters: 1
Maximum Characters: 20
Data Element Concept: CONSTANT
Value Concept: SHORT_STRING
Type: Association
Value: Update_Entry
Type: ASCII_Short_String_Collapsed
Class Name: Bibliographic_Reference
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: URL
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Resource
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: URL
Value Concept: SHORT_STRING
Type: Association
Value: Value_Domain
Type: ASCII_Short_String_Collapsed
Class Name: Local_Value_Domain
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Permissible_Value
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Integer
Class Name: Array_Element
Minimum Value: -2147483648
Maximum Value: 2147483647
Data Element Concept: OFFSET
Value Concept: INTEGER
Type: ASCII_Short_String_Collapsed
Class Name: Local_Value_Domain
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Permissible_Value
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Local_DD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Pattern: ([-._a-zA-Z0-9]*)
Type: ASCII_Short_String_Collapsed
Class Name: Attribute_Definition
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Identification_Area
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Pattern: ([-._a-zA-Z0-9]*)
Type: ASCII_Real
Class Name: Image_Map_Projection
Minimum Value: 1.0
Maximum Value: INF
Data Element Concept: OFFSET
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: Volume_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: VALUE2
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Volume_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: FORMAT
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Volume_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Volume_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Volume_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Volume_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Volume_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Volume_Set_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: NAME
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Volume_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: SIZE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: Volume_PDS3
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: ID
Value Concept: SHORT_STRING
Type: ASCII_Integer
Class Name: Volume_Set_PDS3
Minimum Value: 0
Maximum Value: 2147483647
Data Element Concept: COUNT
Value Concept: INTEGER
Type: ASCII_Short_String_Collapsed
Class Name: Image_Map_Projection
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: LONGITUDE
Value Concept: SHORT_STRING
Type: ASCII_Real
Class Name: Quaternion
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: VALUE2
Value Concept: REAL
Type: ASCII_Real
Class Name: Vector
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: VALUE2
Value Concept: REAL
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_AnyURI
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:anyURI
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Boolean_TF
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_DOI
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_DOY
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_DOY
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_UTC
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time_YMD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Date_YMD
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Directory_Path_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:token
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_File_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:token
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_File_Specification_Name
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:token
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Identifier
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Integer
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:integer
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_LIDVID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_LID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_MD5_Checksum
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_NonNegative_Integer
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:integer
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Real
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:float
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Short_String_Collapsed
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:token
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Short_String_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Text_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Time
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_VID
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: Attribute_Data_Type
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Short_String_Collapsed
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:token
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Short_String_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: UTF8_Text_Preserved
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Mask
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base16
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Short_String_Collapsed
Class Name: ASCII_Numeric_Base2
Minimum Characters: 1
Maximum Characters: 255
Data Element Concept: TYPE
Value Concept: SHORT_STRING
Value: xsd:string
Type: ASCII_Real
Class Name: Quaternion
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: VALUE2
Value Concept: REAL
Type: ASCII_Real
Class Name: Vector
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: VALUE2
Value Concept: REAL
Type: ASCII_Real
Class Name: Quaternion
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: VALUE2
Value Concept: REAL
Type: ASCII_Real
Class Name: Vector
Minimum Value: -INF
Maximum Value: INF
Data Element Concept: VALUE2
Value Concept: REAL
The following glossary contains a list of terms used within this specification and the definitions for those terms.