Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema dataStreams.xsd
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
<p>Derived from SOPAC IGS Site Log XML Schema 2011 (http://sopac.ucsd.edu/ns/geodesy/doc/igsSiteLog/dataStreams/2011/dataStreams.xsd)</p>
<p>Modifications from original</p>
<ul>
  <li>Made part of eGeodesy namespace</li>
  <li>Replaced schema enumerations with GML code lists</li>
  <li>Added global dataStreams element and dataStreamPropertyType as per GML property-by-reference convention</li>
</ul>
Properties
attribute form default unqualified
element form default qualified
version 0.4
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:dataStream
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#dataStreamType_siteStream dataStreams_xsd.tmp#dataStreamType_publishedStream dataStreams_xsd.tmp#dataStreamType_notes dataStreams_xsd.tmp#dataStreamType
Type geo:dataStreamType
Properties
content complex
Used by
Model
Children geo:notes, geo:publishedStream, geo:siteStream
Instance
<geo:dataStream xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:siteStream>{0,1}</geo:siteStream>
  <geo:publishedStream>{0,1}</geo:publishedStream>
  <geo:notes>{0,1}</geo:notes>
</geo:dataStream>
Source
<element name="dataStream" type="geo:dataStreamType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:dataStreamType / geo:siteStream
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#siteStreamType_agency dataStreams_xsd.tmp#siteStreamType_dataStream dataStreams_xsd.tmp#siteStreamType
Type geo:siteStreamType
Properties
content complex
minOccurs 0
Model
Children geo:agency, geo:dataStream
Instance
<geo:siteStream xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:agency>{0,1}</geo:agency>
  <geo:dataStream>{0,1}</geo:dataStream>
</geo:siteStream>
Source
<element minOccurs="0" name="siteStream" type="geo:siteStreamType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:siteStreamType / geo:agency
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram contact_xsd.tmp#agencyPropertyType
Type geo:agencyPropertyType
Type hierarchy
Properties
content complex
minOccurs 0
Model
MD_SecurityConstraints{0,1} , CI_ResponsibleParty
Children CI_ResponsibleParty, MD_SecurityConstraints
Instance
<geo:agency xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <MD_SecurityConstraints>{0,1}</MD_SecurityConstraints>
  <CI_ResponsibleParty>{1,1}</CI_ResponsibleParty>
</geo:agency>
Source
<element minOccurs="0" name="agency" type="geo:agencyPropertyType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:siteStreamType / geo:dataStream
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#baseDataStreamType_hostname dataStreams_xsd.tmp#baseDataStreamType_ipAddress dataStreams_xsd.tmp#baseDataStreamType_port dataStreams_xsd.tmp#baseDataStreamType_sampInterval dataStreams_xsd.tmp#baseDataStreamType_dataFormat dataStreams_xsd.tmp#baseDataStreamType_ntripMounts dataStreams_xsd.tmp#baseDataStreamType_startDate dataStreams_xsd.tmp#baseDataStreamType
Type geo:baseDataStreamType
Properties
content complex
minOccurs 0
Model
Children geo:dataFormat, geo:hostname, geo:ipAddress, geo:ntripMounts, geo:port, geo:sampInterval, geo:startDate
Instance
<geo:dataStream xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:hostname>{1,1}</geo:hostname>
  <geo:ipAddress>{1,1}</geo:ipAddress>
  <geo:port>{1,1}</geo:port>
  <geo:sampInterval>{1,1}</geo:sampInterval>
  <geo:dataFormat>{1,1}</geo:dataFormat>
  <geo:ntripMounts>{0,1}</geo:ntripMounts>
  <geo:startDate>{0,1}</geo:startDate>
</geo:dataStream>
Source
<element minOccurs="0" name="dataStream" type="geo:baseDataStreamType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:baseDataStreamType / geo:hostname
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type string
Properties
content simple
Source
<element name="hostname" type="string"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:baseDataStreamType / geo:ipAddress
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#ipAddressType
Type geo:ipAddressType
Properties
content simple
Source
<element name="ipAddress" type="geo:ipAddressType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:baseDataStreamType / geo:port
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type positiveInteger
Properties
content simple
Source
<element name="port" type="positiveInteger"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:baseDataStreamType / geo:sampInterval
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type double
Properties
content simple
Source
<element name="sampInterval" type="double"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:baseDataStreamType / geo:dataFormat
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type CodeType
Properties
content simple
Source
<element name="dataFormat" type="gml:CodeType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:baseDataStreamType / geo:ntripMounts
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#ntripMountsType_ntripMount dataStreams_xsd.tmp#ntripMountsType
Type geo:ntripMountsType
Properties
content complex
minOccurs 0
Model
Children geo:ntripMount
Instance
<geo:ntripMounts xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:ntripMount>{1,unbounded}</geo:ntripMount>
</geo:ntripMounts>
Source
<element minOccurs="0" name="ntripMounts" type="geo:ntripMountsType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:ntripMountsType / geo:ntripMount
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#ntripMountType_mountPoint dataStreams_xsd.tmp#ntripMountType_sourceID dataStreams_xsd.tmp#ntripMountType_countryCode dataStreams_xsd.tmp#ntripMountType_network dataStreams_xsd.tmp#ntripMountType_allowConnections dataStreams_xsd.tmp#ntripMountType_requireAuthentication dataStreams_xsd.tmp#ntripMountType_encryption dataStreams_xsd.tmp#ntripMountType_feesApply dataStreams_xsd.tmp#ntripMountType_bitrate dataStreams_xsd.tmp#ntripMountType_carrierPhase dataStreams_xsd.tmp#ntripMountType_navSystem dataStreams_xsd.tmp#ntripMountType_nmea dataStreams_xsd.tmp#ntripMountType_solution dataStreams_xsd.tmp#ntripMountType
Type geo:ntripMountType
Properties
content complex
maxOccurs unbounded
Model
Children geo:allowConnections, geo:bitrate, geo:carrierPhase, geo:countryCode, geo:encryption, geo:feesApply, geo:mountPoint, geo:navSystem, geo:network, geo:nmea, geo:requireAuthentication, geo:solution, geo:sourceID
Instance
<geo:ntripMount xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:mountPoint>{0,1}</geo:mountPoint>
  <geo:sourceID>{0,1}</geo:sourceID>
  <geo:countryCode>{0,1}</geo:countryCode>
  <geo:network>{0,1}</geo:network>
  <geo:allowConnections>{0,1}</geo:allowConnections>
  <geo:requireAuthentication>{0,1}</geo:requireAuthentication>
  <geo:encryption>{0,1}</geo:encryption>
  <geo:feesApply>{0,1}</geo:feesApply>
  <geo:bitrate>{0,1}</geo:bitrate>
  <geo:carrierPhase>{0,1}</geo:carrierPhase>
  <geo:navSystem>{0,1}</geo:navSystem>
  <geo:nmea>{0,1}</geo:nmea>
  <geo:solution>{0,1}</geo:solution>
</geo:ntripMount>
Source
<element maxOccurs="unbounded" name="ntripMount" type="geo:ntripMountType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:ntripMountType / geo:mountPoint
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type token
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="mountPoint" type="token"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:ntripMountType / geo:sourceID
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="sourceID" type="string"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:ntripMountType / geo:countryCode
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type token
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="countryCode" type="token"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:ntripMountType / geo:network
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type token
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="network" type="token"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:ntripMountType / geo:allowConnections
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type boolean
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="allowConnections" type="boolean"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:ntripMountType / geo:requireAuthentication
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type boolean
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="requireAuthentication" type="boolean"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:ntripMountType / geo:encryption
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type boolean
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="encryption" type="boolean"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:ntripMountType / geo:feesApply
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type boolean
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="feesApply" type="boolean"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:ntripMountType / geo:bitrate
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type double
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="bitrate" type="double"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:ntripMountType / geo:carrierPhase
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type token
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="carrierPhase" type="token"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:ntripMountType / geo:navSystem
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type token
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="navSystem" type="token"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:ntripMountType / geo:nmea
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="nmea" type="string"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:ntripMountType / geo:solution
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="solution" type="string"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:baseDataStreamType / geo:startDate
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type date
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="startDate" type="date"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:dataStreamType / geo:publishedStream
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#publishedStreamType_agency dataStreams_xsd.tmp#publishedStreamType_dataStream dataStreams_xsd.tmp#publishedStreamType
Type geo:publishedStreamType
Properties
content complex
minOccurs 0
Model
Children geo:agency, geo:dataStream
Instance
<geo:publishedStream xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:agency>{0,1}</geo:agency>
  <geo:dataStream>{0,unbounded}</geo:dataStream>
</geo:publishedStream>
Source
<element minOccurs="0" name="publishedStream" type="geo:publishedStreamType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:publishedStreamType / geo:agency
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram contact_xsd.tmp#agencyPropertyType
Type geo:agencyPropertyType
Type hierarchy
Properties
content complex
minOccurs 0
Model
MD_SecurityConstraints{0,1} , CI_ResponsibleParty
Children CI_ResponsibleParty, MD_SecurityConstraints
Instance
<geo:agency xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <MD_SecurityConstraints>{0,1}</MD_SecurityConstraints>
  <CI_ResponsibleParty>{1,1}</CI_ResponsibleParty>
</geo:agency>
Source
<element minOccurs="0" name="agency" type="geo:agencyPropertyType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:publishedStreamType / geo:dataStream
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#baseDataStreamType_hostname dataStreams_xsd.tmp#baseDataStreamType_ipAddress dataStreams_xsd.tmp#baseDataStreamType_port dataStreams_xsd.tmp#baseDataStreamType_sampInterval dataStreams_xsd.tmp#baseDataStreamType_dataFormat dataStreams_xsd.tmp#baseDataStreamType_ntripMounts dataStreams_xsd.tmp#baseDataStreamType_startDate dataStreams_xsd.tmp#baseDataStreamType
Type geo:baseDataStreamType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children geo:dataFormat, geo:hostname, geo:ipAddress, geo:ntripMounts, geo:port, geo:sampInterval, geo:startDate
Instance
<geo:dataStream xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:hostname>{1,1}</geo:hostname>
  <geo:ipAddress>{1,1}</geo:ipAddress>
  <geo:port>{1,1}</geo:port>
  <geo:sampInterval>{1,1}</geo:sampInterval>
  <geo:dataFormat>{1,1}</geo:dataFormat>
  <geo:ntripMounts>{0,1}</geo:ntripMounts>
  <geo:startDate>{0,1}</geo:startDate>
</geo:dataStream>
Source
<element maxOccurs="unbounded" minOccurs="0" name="dataStream" type="geo:baseDataStreamType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Element geo:dataStreamType / geo:notes
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="notes" type="string"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Complex Type geo:dataStreamPropertyType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#dataStream
Used by
Model
Children geo:dataStream
Source
<complexType name="dataStreamPropertyType">
  <sequence minOccurs="0">
    <element ref="geo:dataStream"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Complex Type geo:dataStreamType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#dataStreamType_siteStream dataStreams_xsd.tmp#dataStreamType_publishedStream dataStreams_xsd.tmp#dataStreamType_notes
Used by
Element geo:dataStream
Model
Children geo:notes, geo:publishedStream, geo:siteStream
Source
<complexType name="dataStreamType">
  <sequence>
    <element minOccurs="0" name="siteStream" type="geo:siteStreamType"/>
    <element minOccurs="0" name="publishedStream" type="geo:publishedStreamType"/>
    <element minOccurs="0" name="notes" type="string"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Complex Type geo:siteStreamType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#siteStreamType_agency dataStreams_xsd.tmp#siteStreamType_dataStream
Used by
Model
Children geo:agency, geo:dataStream
Source
<complexType name="siteStreamType">
  <sequence>
    <element minOccurs="0" name="agency" type="geo:agencyPropertyType"/>
    <element minOccurs="0" name="dataStream" type="geo:baseDataStreamType"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Complex Type geo:baseDataStreamType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#baseDataStreamType_hostname dataStreams_xsd.tmp#baseDataStreamType_ipAddress dataStreams_xsd.tmp#baseDataStreamType_port dataStreams_xsd.tmp#baseDataStreamType_sampInterval dataStreams_xsd.tmp#baseDataStreamType_dataFormat dataStreams_xsd.tmp#baseDataStreamType_ntripMounts dataStreams_xsd.tmp#baseDataStreamType_startDate
Used by
Model
Children geo:dataFormat, geo:hostname, geo:ipAddress, geo:ntripMounts, geo:port, geo:sampInterval, geo:startDate
Source
<complexType name="baseDataStreamType">
  <sequence>
    <choice>
      <element name="hostname" type="string"/>
      <element name="ipAddress" type="geo:ipAddressType"/>
    </choice>
    <element name="port" type="positiveInteger"/>
    <element name="sampInterval" type="double"/>
    <!-- TODO: use gco code list values -->
    <element name="dataFormat" type="gml:CodeType"/>
    <element minOccurs="0" name="ntripMounts" type="geo:ntripMountsType"/>
    <element minOccurs="0" name="startDate" type="date"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Simple Type geo:ipAddressType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#ipv4AddressType dataStreams_xsd.tmp#ipv6AddressType
Type union of(geo:ipv4AddressType, geo:ipv6AddressType)
Used by
Source
<simpleType name="ipAddressType">
  <union memberTypes="geo:ipv4AddressType geo:ipv6AddressType"/>
</simpleType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Complex Type geo:ntripMountsType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#ntripMountsType_ntripMount
Used by
Model
Children geo:ntripMount
Source
<complexType name="ntripMountsType">
  <sequence>
    <element maxOccurs="unbounded" name="ntripMount" type="geo:ntripMountType"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Complex Type geo:ntripMountType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#ntripMountType_mountPoint dataStreams_xsd.tmp#ntripMountType_sourceID dataStreams_xsd.tmp#ntripMountType_countryCode dataStreams_xsd.tmp#ntripMountType_network dataStreams_xsd.tmp#ntripMountType_allowConnections dataStreams_xsd.tmp#ntripMountType_requireAuthentication dataStreams_xsd.tmp#ntripMountType_encryption dataStreams_xsd.tmp#ntripMountType_feesApply dataStreams_xsd.tmp#ntripMountType_bitrate dataStreams_xsd.tmp#ntripMountType_carrierPhase dataStreams_xsd.tmp#ntripMountType_navSystem dataStreams_xsd.tmp#ntripMountType_nmea dataStreams_xsd.tmp#ntripMountType_solution
Used by
Model
Children geo:allowConnections, geo:bitrate, geo:carrierPhase, geo:countryCode, geo:encryption, geo:feesApply, geo:mountPoint, geo:navSystem, geo:network, geo:nmea, geo:requireAuthentication, geo:solution, geo:sourceID
Source
<complexType name="ntripMountType">
  <sequence>
    <element minOccurs="0" name="mountPoint" type="token"/>
    <element minOccurs="0" name="sourceID" type="string"/>
    <element minOccurs="0" name="countryCode" type="token"/>
    <element minOccurs="0" name="network" type="token"/>
    <element minOccurs="0" name="allowConnections" type="boolean"/>
    <element minOccurs="0" name="requireAuthentication" type="boolean"/>
    <element minOccurs="0" name="encryption" type="boolean"/>
    <element minOccurs="0" name="feesApply" type="boolean"/>
    <element minOccurs="0" name="bitrate" type="double"/>
    <element minOccurs="0" name="carrierPhase" type="token"/>
    <element minOccurs="0" name="navSystem" type="token"/>
    <element minOccurs="0" name="nmea" type="string"/>
    <element minOccurs="0" name="solution" type="string"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Complex Type geo:publishedStreamType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram dataStreams_xsd.tmp#publishedStreamType_agency dataStreams_xsd.tmp#publishedStreamType_dataStream
Used by
Model
Children geo:agency, geo:dataStream
Source
<complexType name="publishedStreamType">
  <sequence>
    <element minOccurs="0" name="agency" type="geo:agencyPropertyType"/>
    <element maxOccurs="unbounded" minOccurs="0" name="dataStream" type="geo:baseDataStreamType"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Simple Type geo:ipv4AddressType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
An IP Version 4 address.
Diagram
Diagram
Type restriction of string
Facets
pattern \d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}
Source
<simpleType name="ipv4AddressType">
  <annotation>
    <documentation>An IP Version 4 address.</documentation>
  </annotation>
  <restriction base="string">
    <pattern value="\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}"/>
  </restriction>
</simpleType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Simple Type geo:ipv6AddressType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
An IP Version 6 address.
Diagram
Diagram
Type restriction of string
Facets
pattern ([A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}
Source
<simpleType name="ipv6AddressType">
  <annotation>
    <documentation>An IP Version 6 address.</documentation>
  </annotation>
  <restriction base="string">
    <pattern value="([A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}"/>
  </restriction>
</simpleType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd
Simple Type geo:dataFormatType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type restriction of token
Facets
enumeration RTCM_2
enumeration RTCM_2.2
enumeration RTCM_2.3
enumeration RTCM_3.0
enumeration RTCM_3.1
enumeration RYO
enumeration RYO_1.0
enumeration RYO_2.0
enumeration CMR
enumeration CMR+
enumeration RAW
Source
<simpleType name="dataFormatType">
  <restriction base="token">
    <enumeration value="RTCM_2"/>
    <enumeration value="RTCM_2.2"/>
    <enumeration value="RTCM_2.3"/>
    <enumeration value="RTCM_3.0"/>
    <enumeration value="RTCM_3.1"/>
    <enumeration value="RYO"/>
    <enumeration value="RYO_1.0"/>
    <enumeration value="RYO_2.0"/>
    <enumeration value="CMR"/>
    <enumeration value="CMR+"/>
    <enumeration value="RAW"/>
  </restriction>
</simpleType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/dataStreams.xsd