Home | History | Annotate | Download | only in repository

Lines Matching full:xsd

17 <xsd:schema
19 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
32 <xsd:element name="sdk-addons-list" type="sa1:addonsListType" />
34 <xsd:complexType name="addonsListType">
35 <xsd:annotation>
36 <xsd:documentation>
38 </xsd:documentation>
39 </xsd:annotation>
40 <xsd:choice minOccurs="0" maxOccurs="unbounded">
41 <xsd:element name="addon-site" type="sa1:addonSiteType" />
42 <xsd:element name="sys-img-site" type="sa1:sysImgSiteType" />
43 </xsd:choice>
44 </xsd:complexType>
48 <xsd:complexType name="addonSiteType">
49 <xsd:annotation>
50 <xsd:documentation>An SDK add-on site.</xsd:documentation>
51 </xsd:annotation>
52 <xsd:all>
56 to the latest sdk-addon-N.xsd schema, or it can be the URL of a
68 <xsd:element name="url" type="xsd:token" />
71 <xsd:element name="name" type="xsd:normalizedString" />
73 </xsd:all>
74 </xsd:complexType>
78 <xsd:complexType name="sysImgSiteType">
79 <xsd:annotation>
80 <xsd:documentation>An SDK sys-img site.</xsd:documentation>
81 </xsd:annotation>
82 <xsd:all>
86 to the latest sdk-sys-img-N.xsd schema, or it can be the URL of a
98 <xsd:element name="url" type="xsd:token" />
101 <xsd:element name="name" type="xsd:normalizedString" />
103 </xsd:all>
104 </xsd:complexType>
106 </xsd:schema>