Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema PDS4_PARTICLE_1000.xsd
Namespace http://pds.nasa.gov/pds4/particle/v1
Annotations
The Particle dictionary contains classes that
describe the composition of multidimensional particle data
consisting of Array (and Array subclass) data
objects.
This section contains the simpleTypes that provide more constraints
than those at the base data type level. The simpleTypes defined here build on the base data
types. This is another component of the common dictionary and therefore falls within the
pds namespace.
Properties
attribute form default unqualified
element form default qualified
version 1.0.0.0
Element particle:Axis_Values
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Axis_Values_Local_Internal_Reference PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Axis_Values_axis_number PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Axis_Values
Type particle:Axis_Values
Properties
content complex
Model
Children particle:Local_Internal_Reference, particle:axis_number
Instance
<particle:Axis_Values xmlns:particle="http://pds.nasa.gov/pds4/particle/v1">
  <particle:Local_Internal_Reference>{1,1}</particle:Local_Internal_Reference>
  <particle:axis_number>{1,1}</particle:axis_number>
</particle:Axis_Values>
Source
<xs:element name="Axis_Values" type="particle:Axis_Values">
</xs:element>
Element particle:Axis_Values / particle:Local_Internal_Reference
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_local_identifier_reference PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_local_reference_type PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_comment PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference
Type particle:Local_Internal_Reference
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children particle:comment, particle:local_identifier_reference, particle:local_reference_type
Instance
<particle:Local_Internal_Reference xmlns:particle="http://pds.nasa.gov/pds4/particle/v1">
  <particle:local_identifier_reference>{1,1}</particle:local_identifier_reference>
  <particle:local_reference_type>{1,1}</particle:local_reference_type>
  <particle:comment>{0,1}</particle:comment>
</particle:Local_Internal_Reference>
Source
<xs:element name="Local_Internal_Reference" type="particle:Local_Internal_Reference" minOccurs="1" maxOccurs="1">
</xs:element>
Element particle:Local_Internal_Reference / particle:local_identifier_reference
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram
Type pds:local_identifier_reference
Type hierarchy
  • xs:token
    • pds:ASCII_Short_String_Collapsed
      • pds:local_identifier_reference
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
minLength 1
maxLength 255
pattern \p{IsBasicLatin}*
Source
<xs:element name="local_identifier_reference" type="pds:local_identifier_reference" minOccurs="1" maxOccurs="1">
</xs:element>
Element particle:Local_Internal_Reference / particle:local_reference_type
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#local_reference_type
Type particle:local_reference_type
Type hierarchy
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
minLength 1
maxLength 255
enumeration particle_observation_to_axis_values
enumeration particle_observation_to_face_values
enumeration particle_observation_to_observation_values
pattern \p{IsBasicLatin}*
Source
<xs:element name="local_reference_type" type="particle:local_reference_type" minOccurs="1" maxOccurs="1">
</xs:element>
Element particle:Local_Internal_Reference / particle:comment
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram
Type pds:comment
Type hierarchy
  • xs:string
    • pds:ASCII_Text_Preserved
      • pds:comment
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
minLength 1
pattern \p{IsBasicLatin}*
Source
<xs:element name="comment" type="pds:comment" minOccurs="0" maxOccurs="1">
</xs:element>
Element particle:Axis_Values / particle:axis_number
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#axis_number
Type particle:axis_number
Type hierarchy
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
minInclusive 1
Source
<xs:element name="axis_number" type="particle:axis_number" minOccurs="1" maxOccurs="1">
</xs:element>
Element particle:Face_Plane
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Face_Plane_face_axis PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Face_Plane
Type particle:Face_Plane
Properties
content complex
Model
Children particle:face_axis
Instance
<particle:Face_Plane xmlns:particle="http://pds.nasa.gov/pds4/particle/v1">
  <particle:face_axis>{2,2}</particle:face_axis>
</particle:Face_Plane>
Source
<xs:element name="Face_Plane" type="particle:Face_Plane">
</xs:element>
Element particle:Face_Plane / particle:face_axis
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#face_axis
Type particle:face_axis
Type hierarchy
Properties
content simple
minOccurs 2
maxOccurs 2
Facets
minInclusive 1
Source
<xs:element name="face_axis" type="particle:face_axis" minOccurs="2" maxOccurs="2">
</xs:element>
Element particle:Face_Values
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Face_Values_Local_Internal_Reference PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Face_Values_Face_Plane PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Face_Values
Type particle:Face_Values
Properties
content complex
Model
Children particle:Face_Plane, particle:Local_Internal_Reference
Instance
<particle:Face_Values xmlns:particle="http://pds.nasa.gov/pds4/particle/v1">
  <particle:Local_Internal_Reference>{1,1}</particle:Local_Internal_Reference>
  <particle:Face_Plane>{1,1}</particle:Face_Plane>
</particle:Face_Values>
Source
<xs:element name="Face_Values" type="particle:Face_Values">
</xs:element>
Element particle:Face_Values / particle:Local_Internal_Reference
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_local_identifier_reference PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_local_reference_type PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_comment PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference
Type particle:Local_Internal_Reference
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children particle:comment, particle:local_identifier_reference, particle:local_reference_type
Instance
<particle:Local_Internal_Reference xmlns:particle="http://pds.nasa.gov/pds4/particle/v1">
  <particle:local_identifier_reference>{1,1}</particle:local_identifier_reference>
  <particle:local_reference_type>{1,1}</particle:local_reference_type>
  <particle:comment>{0,1}</particle:comment>
</particle:Local_Internal_Reference>
Source
<xs:element name="Local_Internal_Reference" type="particle:Local_Internal_Reference" minOccurs="1" maxOccurs="1">
</xs:element>
Element particle:Face_Values / particle:Face_Plane
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Face_Plane_face_axis PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Face_Plane
Type particle:Face_Plane
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children particle:face_axis
Instance
<particle:Face_Plane xmlns:particle="http://pds.nasa.gov/pds4/particle/v1">
  <particle:face_axis>{2,2}</particle:face_axis>
</particle:Face_Plane>
Source
<xs:element name="Face_Plane" type="particle:Face_Plane" minOccurs="1" maxOccurs="1">
</xs:element>
Element particle:Local_Internal_Reference
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_local_identifier_reference PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_local_reference_type PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_comment PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference
Type particle:Local_Internal_Reference
Properties
content complex
Model
Children particle:comment, particle:local_identifier_reference, particle:local_reference_type
Instance
<particle:Local_Internal_Reference xmlns:particle="http://pds.nasa.gov/pds4/particle/v1">
  <particle:local_identifier_reference>{1,1}</particle:local_identifier_reference>
  <particle:local_reference_type>{1,1}</particle:local_reference_type>
  <particle:comment>{0,1}</particle:comment>
</particle:Local_Internal_Reference>
Source
<xs:element name="Local_Internal_Reference" type="particle:Local_Internal_Reference">
</xs:element>
Element particle:Particle_Observation
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Particle_Observation_name PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Particle_Observation_local_identifier PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Particle_Observation_description PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Particle_Observation_Primary_Values PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Particle_Observation_Axis_Values PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Particle_Observation_Face_Values PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Particle_Observation
Type particle:Particle_Observation
Properties
content complex
Model
Children particle:Axis_Values, particle:Face_Values, particle:Primary_Values, particle:description, particle:local_identifier, particle:name
Instance
<particle:Particle_Observation xmlns:particle="http://pds.nasa.gov/pds4/particle/v1">
  <particle:name>{1,1}</particle:name>
  <particle:local_identifier>{0,1}</particle:local_identifier>
  <particle:description>{1,1}</particle:description>
  <particle:Primary_Values>{1,1}</particle:Primary_Values>
  <particle:Axis_Values>{0,unbounded}</particle:Axis_Values>
  <particle:Face_Values>{0,unbounded}</particle:Face_Values>
</particle:Particle_Observation>
Source
<xs:element name="Particle_Observation" type="particle:Particle_Observation">
</xs:element>
Element particle:Particle_Observation / particle:name
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram
Type pds:name
Type hierarchy
  • xs:token
    • pds:UTF8_Short_String_Collapsed
      • pds:name
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
minLength 1
maxLength 255
Source
<xs:element name="name" type="pds:name" minOccurs="1" maxOccurs="1">
</xs:element>
Element particle:Particle_Observation / particle:local_identifier
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram
Type pds:local_identifier
Type hierarchy
  • xs:token
    • pds:ASCII_Short_String_Collapsed
      • pds:local_identifier
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
minLength 1
maxLength 255
pattern \p{IsBasicLatin}*
Source
<xs:element name="local_identifier" type="pds:local_identifier" minOccurs="0" maxOccurs="1">
</xs:element>
Element particle:Particle_Observation / particle:description
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram
Type pds:description
Type hierarchy
  • xs:string
    • pds:UTF8_Text_Preserved
      • pds:description
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
minLength 1
Source
<xs:element name="description" type="pds:description" minOccurs="1" maxOccurs="1">
</xs:element>
Element particle:Particle_Observation / particle:Primary_Values
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#Primary_Values_Local_Internal_Reference PDS4_PARTICLE_1000_xsd.tmp#Primary_Values
Type particle:Primary_Values
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children particle:Local_Internal_Reference
Instance
<particle:Primary_Values xmlns:particle="http://pds.nasa.gov/pds4/particle/v1">
  <particle:Local_Internal_Reference>{1,1}</particle:Local_Internal_Reference>
</particle:Primary_Values>
Source
<xs:element name="Primary_Values" type="particle:Primary_Values" minOccurs="1" maxOccurs="1">
</xs:element>
Element particle:Primary_Values / particle:Local_Internal_Reference
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_local_identifier_reference PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_local_reference_type PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_comment PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference
Type particle:Local_Internal_Reference
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children particle:comment, particle:local_identifier_reference, particle:local_reference_type
Instance
<particle:Local_Internal_Reference xmlns:particle="http://pds.nasa.gov/pds4/particle/v1">
  <particle:local_identifier_reference>{1,1}</particle:local_identifier_reference>
  <particle:local_reference_type>{1,1}</particle:local_reference_type>
  <particle:comment>{0,1}</particle:comment>
</particle:Local_Internal_Reference>
Source
<xs:element name="Local_Internal_Reference" type="particle:Local_Internal_Reference" minOccurs="1" maxOccurs="1">
</xs:element>
Element particle:Particle_Observation / particle:Axis_Values
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Axis_Values_Local_Internal_Reference PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Axis_Values_axis_number PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Axis_Values
Type particle:Axis_Values
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children particle:Local_Internal_Reference, particle:axis_number
Instance
<particle:Axis_Values xmlns:particle="http://pds.nasa.gov/pds4/particle/v1">
  <particle:Local_Internal_Reference>{1,1}</particle:Local_Internal_Reference>
  <particle:axis_number>{1,1}</particle:axis_number>
</particle:Axis_Values>
Source
<xs:element name="Axis_Values" type="particle:Axis_Values" minOccurs="0" maxOccurs="unbounded">
</xs:element>
Element particle:Particle_Observation / particle:Face_Values
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Face_Values_Local_Internal_Reference PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Face_Values_Face_Plane PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Face_Values
Type particle:Face_Values
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children particle:Face_Plane, particle:Local_Internal_Reference
Instance
<particle:Face_Values xmlns:particle="http://pds.nasa.gov/pds4/particle/v1">
  <particle:Local_Internal_Reference>{1,1}</particle:Local_Internal_Reference>
  <particle:Face_Plane>{1,1}</particle:Face_Plane>
</particle:Face_Values>
Source
<xs:element name="Face_Values" type="particle:Face_Values" minOccurs="0" maxOccurs="unbounded">
</xs:element>
Element particle:Primary_Values
Namespace http://pds.nasa.gov/pds4/particle/v1
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#Primary_Values_Local_Internal_Reference PDS4_PARTICLE_1000_xsd.tmp#Primary_Values
Type particle:Primary_Values
Properties
content complex
Model
Children particle:Local_Internal_Reference
Instance
<particle:Primary_Values xmlns:particle="http://pds.nasa.gov/pds4/particle/v1">
  <particle:Local_Internal_Reference>{1,1}</particle:Local_Internal_Reference>
</particle:Primary_Values>
Source
<xs:element name="Primary_Values" type="particle:Primary_Values">
</xs:element>
Complex Type particle:Axis_Values
Namespace http://pds.nasa.gov/pds4/particle/v1
Annotations
The Axis_Values class describes the values which
are associated with the elements along an axis of a observation
data array.
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Axis_Values_Local_Internal_Reference PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Axis_Values_axis_number
Used by
Model
Children particle:Local_Internal_Reference, particle:axis_number
Source
<xs:complexType name="Axis_Values">
  <xs:annotation>
    <xs:documentation>The Axis_Values class describes the values which are associated with the elements along an axis of a observation data array.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Local_Internal_Reference" type="particle:Local_Internal_Reference" minOccurs="1" maxOccurs="1">
    </xs:element>
    <xs:element name="axis_number" type="particle:axis_number" minOccurs="1" maxOccurs="1">
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type particle:Local_Internal_Reference
Namespace http://pds.nasa.gov/pds4/particle/v1
Annotations
The Local_Internal_Reference class is used to
cross-reference other classes or objects within the
product.
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_local_identifier_reference PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_local_reference_type PDS4_PARTICLE_1000_xsd.tmp#Local_Internal_Reference_comment
Used by
Model
Children particle:comment, particle:local_identifier_reference, particle:local_reference_type
Source
<xs:complexType name="Local_Internal_Reference">
  <xs:annotation>
    <xs:documentation>The Local_Internal_Reference class is used to cross-reference other classes or objects within the product.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="local_identifier_reference" type="pds:local_identifier_reference" minOccurs="1" maxOccurs="1">
    </xs:element>
    <xs:element name="local_reference_type" type="particle:local_reference_type" minOccurs="1" maxOccurs="1">
    </xs:element>
    <xs:element name="comment" type="pds:comment" minOccurs="0" maxOccurs="1">
    </xs:element>
  </xs:sequence>
  <!-- Begin assert statements for schematron - Enumerated Values -->
  <!-- <xs:assert test="particle:local_reference_type = ('particle_observation_to_axis_values', 'particle_observation_to_face_values', 'particle_observation_to_observation_values')"/> -->
  <!-- End assert statements for schematron - Enumerated Values -->
</xs:complexType>
Simple Type particle:local_reference_type
Namespace http://pds.nasa.gov/pds4/particle/v1
Annotations
The local_reference_type attribute provides the
name of an association between an entity identified by a
local_identifier_reference and another corresponding entity
identified by a local_identifier
Diagram
Diagram
Type restriction of pds:ASCII_Short_String_Collapsed
Type hierarchy
Facets
minLength 1
maxLength 255
enumeration particle_observation_to_axis_values
enumeration particle_observation_to_face_values
enumeration particle_observation_to_observation_values
pattern \p{IsBasicLatin}*
Used by
Source
<xs:simpleType name="local_reference_type">
  <xs:annotation>
    <xs:documentation>The local_reference_type attribute provides the name of an association between an entity identified by a local_identifier_reference and another corresponding entity identified by a local_identifier</xs:documentation>
  </xs:annotation>
  <xs:restriction base="pds:ASCII_Short_String_Collapsed">
    <xs:minLength value="1"/>
    <xs:maxLength value="255"/>
    <xs:enumeration value="particle_observation_to_axis_values"/>
    <xs:enumeration value="particle_observation_to_face_values"/>
    <xs:enumeration value="particle_observation_to_observation_values"/>
  </xs:restriction>
</xs:simpleType>
Simple Type particle:axis_number
Namespace http://pds.nasa.gov/pds4/particle/v1
Annotations
The index of the axis. The first axis is
numbered as 1.
Diagram
Diagram
Type restriction of pds:ASCII_Integer
Type hierarchy
Facets
minInclusive 1
Used by
Source
<xs:simpleType name="axis_number">
  <xs:annotation>
    <xs:documentation>The index of the axis. The first axis is numbered as 1.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="pds:ASCII_Integer">
    <xs:minInclusive value="1"/>
  </xs:restriction>
</xs:simpleType>
Complex Type particle:Face_Plane
Namespace http://pds.nasa.gov/pds4/particle/v1
Annotations
The Face_Plane class describes a plane which is
defined by two axes.
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Face_Plane_face_axis
Used by
Model
Children particle:face_axis
Source
<xs:complexType name="Face_Plane">
  <xs:annotation>
    <xs:documentation>The Face_Plane class describes a plane which is defined by two axes.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="face_axis" type="particle:face_axis" minOccurs="2" maxOccurs="2">
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type particle:face_axis
Namespace http://pds.nasa.gov/pds4/particle/v1
Annotations
The axis number that defines one axis of a face
plane.
Diagram
Diagram
Type restriction of pds:ASCII_Integer
Type hierarchy
Facets
minInclusive 1
Used by
Source
<xs:simpleType name="face_axis">
  <xs:annotation>
    <xs:documentation>The axis number that defines one axis of a face plane.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="pds:ASCII_Integer">
    <xs:minInclusive value="1"/>
  </xs:restriction>
</xs:simpleType>
Complex Type particle:Face_Values
Namespace http://pds.nasa.gov/pds4/particle/v1
Annotations
The Face_Values class describes the values which
are associated with the elements on the face of a observation
data array.
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Face_Values_Local_Internal_Reference PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Face_Values_Face_Plane
Used by
Model
Children particle:Face_Plane, particle:Local_Internal_Reference
Source
<xs:complexType name="Face_Values">
  <xs:annotation>
    <xs:documentation>The Face_Values class describes the values which are associated with the elements on the face of a observation data array.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Local_Internal_Reference" type="particle:Local_Internal_Reference" minOccurs="1" maxOccurs="1">
    </xs:element>
    <xs:element name="Face_Plane" type="particle:Face_Plane" minOccurs="1" maxOccurs="1">
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type particle:Particle_Observation
Namespace http://pds.nasa.gov/pds4/particle/v1
Annotations
The Particle_Observation describes the data of a
observation and the values which are associated with the
elements along an axis or on the face of a observation data
array.
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Particle_Observation_name PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Particle_Observation_local_identifier PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Particle_Observation_description PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Particle_Observation_Primary_Values PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Particle_Observation_Axis_Values PDS4_PARTICLE_1000_xsd.tmp#http___pds.nasa.gov_pds4_particle_v1_Particle_Observation_Face_Values
Used by
Model
Children particle:Axis_Values, particle:Face_Values, particle:Primary_Values, particle:description, particle:local_identifier, particle:name
Source
<xs:complexType name="Particle_Observation">
  <xs:annotation>
    <xs:documentation>The Particle_Observation describes the data of a observation and the values which are associated with the elements along an axis or on the face of a observation data array.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="pds:name" minOccurs="1" maxOccurs="1">
    </xs:element>
    <xs:element name="local_identifier" type="pds:local_identifier" minOccurs="0" maxOccurs="1">
    </xs:element>
    <xs:element name="description" type="pds:description" minOccurs="1" maxOccurs="1">
    </xs:element>
    <xs:element name="Primary_Values" type="particle:Primary_Values" minOccurs="1" maxOccurs="1">
    </xs:element>
    <xs:element name="Axis_Values" type="particle:Axis_Values" minOccurs="0" maxOccurs="unbounded">
    </xs:element>
    <xs:element name="Face_Values" type="particle:Face_Values" minOccurs="0" maxOccurs="unbounded">
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type particle:Primary_Values
Namespace http://pds.nasa.gov/pds4/particle/v1
Annotations
The Primary_Values class describes the values
which are the primary observation data array.
Diagram
Diagram PDS4_PARTICLE_1000_xsd.tmp#Primary_Values_Local_Internal_Reference
Used by
Model
Children particle:Local_Internal_Reference
Source
<xs:complexType name="Primary_Values">
  <xs:annotation>
    <xs:documentation>The Primary_Values class describes the values which are the primary observation data array.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Local_Internal_Reference" type="particle:Local_Internal_Reference" minOccurs="1" maxOccurs="1">
    </xs:element>
  </xs:sequence>
</xs:complexType>