Difference between revisions of "GCube Generic Resource XSD"
From Gcube Wiki
(Created page with 'The related file can be downloaded by following this link. <source lang="xml"> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <xs:schema xmlns:xs="…') |
m |
||
Line 1: | Line 1: | ||
+ | [[Category: Developer's Guide]] | ||
The related file can be downloaded by following [[Media:Generic.xsd|this]] link. | The related file can be downloaded by following [[Media:Generic.xsd|this]] link. | ||
<source lang="xml"> | <source lang="xml"> |
Latest revision as of 09:25, 25 July 2013
The related file can be downloaded by following this link.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <xs:annotation> <xs:documentation xml:lang="en"> XML Schema for GCUBE Generic Resource Version 1.4 Last modified: 29/05/2008 Contact: http://www.gcube-system.org </xs:documentation> </xs:annotation> <xs:redefine schemaLocation="CommonTypeDefinitions.xsd"> <xs:complexType name="ProfileType"> <xs:complexContent> <xs:restriction base="ProfileType"> <xs:sequence> <xs:element name="SecondaryType" type="xs:string" minOccurs="0" /> <xs:element name="Name" type="xs:string" /> <xs:element name="Description" type="xs:string" minOccurs="0" /> <xs:element name="Body" type="FreeTextType" /> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType> </xs:redefine> </xs:schema>