urn:cz-mzcr:ns:dasta:ds4:ds_type
complexType gpsType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:cz-mzcr:ns:dasta:ds4:ds_type}gpsType (restriction)

Properties
This component is not nillable.

Model
<...
  lat = dsComm:latType
  lon = dsComm:lonType>

</...>


Attribute Summary
 dsComm:latTypelat
          
 dsComm:lonTypelon
          

Attribute Detail

lat

Type:
dsComm:latType
Use:
required
Form:
unqualified

lon

Type:
dsComm:lonType
Use:
required
Form:
unqualified

Source
<xs:complexType name="gpsType">
<xs:attribute name="lat" type="dsComm:latType" use="required"/>
<xs:attribute name="lon" type="dsComm:lonType" use="required"/>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.