Class TraceRegions

java.lang.Object
gov.nasa.gsfc.sscweb.schema.TraceRegions

public class TraceRegions extends Object
Trace Map Regions. See http://sscweb.gsfc.nasa.gov/users_guide/ssc_reg_doc.html for a description. <p>Java class for TraceRegions complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="TraceRegions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Cusp" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereRegions"/> <element name="Cleft" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereRegions"/> <element name="AuroralOval" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereRegions"/> <element name="PolarCap" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereRegions"/> <element name="MidLatitude" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereRegions"/> <element name="LowLatitude" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> }</pre>