3.2.4.1.3.3 dsc:RepositoryElementDataType
The dsc:RepositoryElementDataType type contains all the scan repository elements that can be requested with an dsc:GetRepositoryElements request and attributes that represent an element's qualified name and whether the element name requested is recognized.
-
<xs:complexType name="RepositoryElementDataType"> <xs:choice> <xs:element name="RepositoryConfiguration" type="dsc:RepositoryConfigurationType"/> <xs:element name="RepositoryStatus" type="dsc:RepositoryStatusType"/> <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/> </xs:choice> <xs:attribute ref="dsc:Name" use="required"/> <xs:attribute ref="dsc:Valid" use="required"/> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType>