diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="GridAxisDescriptorType" abstract="false"> <xs:annotation> <xs:appinfo>Detailed information about the grid dimensions (axes) and coordinates for environmental state variables </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="domainInitialXi" type="xs:double"> <xs:annotation> <xs:appinfo>coordinate of the grid origin or initial value</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="domainFinalXi" type="xs:double"> <xs:annotation> <xs:appinfo>coordinate of the endpoint or final value</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="domainPointsXi" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>The number of grid points along the Xi domain axis for the enviornmental state data</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="interleafFactor" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>interleaf factor along the domain axis.</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="axisType" type="xs:string"> <xs:annotation> <xs:appinfo>type of grid axis (SISO enumeration GridAxisDescriptorAxisType uid 377)</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:double | ||
annotation |
|
||
source | <xs:attribute name="domainInitialXi" type="xs:double"> <xs:annotation> <xs:appinfo>coordinate of the grid origin or initial value</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:double | ||
annotation |
|
||
source | <xs:attribute name="domainFinalXi" type="xs:double"> <xs:annotation> <xs:appinfo>coordinate of the endpoint or final value</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="domainPointsXi" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>The number of grid points along the Xi domain axis for the enviornmental state data</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="interleafFactor" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>interleaf factor along the domain axis.</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="axisType" type="xs:string"> <xs:annotation> <xs:appinfo>type of grid axis (SISO enumeration GridAxisDescriptorAxisType uid 377)</xs:appinfo> </xs:annotation> </xs:attribute> |