OSDN Git Service

SDK Manager: XML Schema for sdk-repository v2
authorRaphael <raphael@google.com>
Tue, 17 Nov 2009 02:00:59 +0000 (18:00 -0800)
committerRaphael <raphael@google.com>
Tue, 17 Nov 2009 02:05:10 +0000 (18:05 -0800)
commit664f7c328144dd1cdde7df54bbe9c395a3b124eb
treee4aa97936883ddd55d52f5bdf5698235e9e3d85f
parent770d9cbbc5610f74e9fbfcce56559832cf606be3
SDK Manager: XML Schema for sdk-repository v2

v2 will be a full standalone schema, not reusing any parts of v1.
Each package type is now defined using a named type, which means
a v3 version would redifine the top element and could include
some named types of v2.

Unfortunately we cannot *extend* the top element from v1 because
extension in XML Schema seems to imply a sequence (i.e. fixed order)
whereas we use a "choice" mode to have 0..N of each types in any
order.

SDK BUG 2252825

Change-Id: I6809bd4486ef2d7f2473995ed5a0abb7fa377bdd
sdkmanager/libs/sdklib/src/com/android/sdklib/repository/sdk-repository-2.xsd [new file with mode: 0755]