Changes between Version 21 and Version 22 of MapGuideRfc29


Ignore:
Timestamp:
Sep 29, 2007, 3:01:00 AM (17 years ago)
Author:
waltweltonlair
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc29

    v21 v22  
    215215    <xs:element name="PositioningAlgorithm" type="xs:string" minOccurs="0"/>
    216216
    217     <xs:element name="RenderingPass" type="xs:string" minOccurs="0">
     217    <xs:element name="RenderingPass" type="xs:string" default="0" minOccurs="0">
    218218      <xs:annotation>
    219219        <xs:documentation>The optional rendering pass in which this symbol instance draws.  If specified this must be greater than or equal
     
    238238<xs:simpleType name="UsageContextType">
    239239  <xs:annotation>
    240     <xs:documentation>The usage context for a symbol instance.</xs:documentation>
     240    <xs:documentation>Enumerates the allowed UsageContext values.</xs:documentation>
    241241  </xs:annotation>
    242242  <xs:restriction base="xs:string">
     243    <xs:enumeration value="Unspecified"/>
    243244    <xs:enumeration value="Point"/>
    244245    <xs:enumeration value="Line"/>
     
    248249<xs:simpleType name="GeometryContextType">
    249250  <xs:annotation>
    250     <xs:documentation>The geometry context for a symbol instance.</xs:documentation>
     251    <xs:documentation>Enumerates the allowed GeometryContext values.</xs:documentation>
    251252  </xs:annotation>
    252253  <xs:restriction base="xs:string">
     254    <xs:enumeration value="Unspecified"/>
    253255    <xs:enumeration value="Point"/>
    254256    <xs:enumeration value="LineString"/>
     
    276278    <xs:element name="PositioningAlgorithm" type="xs:string" minOccurs="0"/>
    277279
    278     <xs:element name="UsageContext" type="UsageContextType" minOccurs="0">
    279       <xs:annotation>
    280         <xs:documentation>Specifies which usage in the symbol should be the active one.</xs:documentation>
    281       </xs:annotation>
    282     </xs:element>
    283     <xs:element name="GeometryContext" type="GeometryContextType" minOccurs="0">
    284       <xs:annotation>
    285         <xs:documentation>Specifies which geometry type this symbol instance applies to.</xs:documentation>
     280    <xs:element name="UsageContext" type="UsageContextType" default="Unspecified" minOccurs="0">
     281      <xs:annotation>
     282        <xs:documentation>Specifies which usage in the symbol should be the active one.  Defaults to Unspecified.</xs:documentation>
     283      </xs:annotation>
     284    </xs:element>
     285    <xs:element name="GeometryContext" type="GeometryContextType" default="Unspecified" minOccurs="0">
     286      <xs:annotation>
     287        <xs:documentation>Specifies which geometry type this symbol instance applies to.  Defaults to Unspecified.</xs:documentation>
    286288      </xs:annotation>
    287289    </xs:element>