Class MatrixLocationsCT


  • public class MatrixLocationsCT
    extends Object
    Matrix locations for interfaces. XYZ planes.

    Java class for MatrixLocations_CT complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MatrixLocations_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="X" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}PitchAndQuantity_CT" minOccurs="0"/>
             <element name="Y" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}PitchAndQuantity_CT" minOccurs="0"/>
             <element name="Z" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}PitchAndQuantity_CT" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>