Andrea Aime ha scritto: > <complexType name="FeatureType" abstract="true"> > <complexContent> > <extension base="kml:ObjectType"> > <sequence> > <element name="name" type="string" minOccurs="0"/> > <element name="visibility" type="boolean" default="1" > minOccurs="0"/> > <element name="open" type="boolean" default="1" minOccurs="0"/> > <element name="address" type="string" minOccurs="0"/> > <element name="phoneNumber" type="string" minOccurs="0"/> > <element name="Snippet" type="kml:SnippetType" minOccurs="0"/> > <element name="description" type="string" minOccurs="0"/> > <element ref="kml:LookAt" minOccurs="0"/> > <element ref="kml:TimePrimitive" minOccurs="0"/> > <element ref="kml:styleUrl" minOccurs="0"/> > <element ref="kml:StyleSelector" minOccurs="0" > maxOccurs="unbounded"/>
Forgot to mention that StyleSelector is the place for embedded styles, the Style element is of type StyleType and the latter inherits directly from StyleSelector Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
