| attribute form default: | unqualified |
| element form default: | qualified |
| Elements |
| RepositoryList |
| attribute form default: | unqualified |
| element form default: | qualified |
| Elements | Complex types |
| RepositoryContent | RepositoryContentType |
| diagram | |
| children | Repository |
| source | <xs:element name="RepositoryList"> <xs:annotation> <xs:documentation>Repository list</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element name="Repository"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="RepositoryContent" type="RepositoryContentType"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
| children | Name RepositoryContent |
| source | <xs:element name="Repository"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="RepositoryContent" type="RepositoryContentType"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Name" type="xs:string"/> |
| diagram | ![]() |
| type | RepositoryContentType |
| children | Description |
| source | <xs:element name="RepositoryContent" type="RepositoryContentType"/> |
| diagram | ![]() |
| type | RepositoryContentType |
| children | Description |
| source | <xs:element name="RepositoryContent" type="RepositoryContentType"> <xs:annotation> <xs:documentation>Repository Content</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| children | Description | ||
| used by |
|
||
| source | <xs:complexType name="RepositoryContentType"> <xs:sequence> <xs:element name="Description" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Optional description of the repository</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
| type | xs:string |
| source | <xs:element name="Description" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Optional description of the repository</xs:documentation> </xs:annotation> </xs:element> |