Schema
BatchPropertyCollection-1.0.0.xsd
element BatchPropertyCollection
PropertyCollection
source
element BatchPropertyCollection/PropertyCollection
Property
source
element BatchPropertyCollection/PropertyCollection/Property
Name Type Value
source
element BatchPropertyCollection/PropertyCollection/Property/Name
element BatchPropertyCollection/PropertyCollection/Property/Type
element BatchPropertyCollection/PropertyCollection/Property/Value
attribute form default: | unqualified |
element form default: | qualified |
Elements |
BatchPropertyCollection |
element BatchPropertyCollection
diagram | |
children |
<xs:element name="BatchPropertyCollection"> <xs:annotation> <xs:documentation>PropertyCollection list</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element name="PropertyCollection"> <xs:annotation> <xs:documentation>Property list</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element name="Property"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="Type" type="xs:string"/> <xs:element name="Value" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
element BatchPropertyCollection/PropertyCollection
diagram | |
children |
<xs:element name="PropertyCollection"> <xs:annotation> <xs:documentation>Property list</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element name="Property"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="Type" type="xs:string"/> <xs:element name="Value" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
element BatchPropertyCollection/PropertyCollection/Property
diagram | |
children |
<xs:element name="Property"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="Type" type="xs:string"/> <xs:element name="Value" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element>
element BatchPropertyCollection/PropertyCollection/Property/Name
diagram | |
type | xs:string |
source | <xs:element name="Name" type="xs:string"/> |
element BatchPropertyCollection/PropertyCollection/Property/Type
diagram | |
type | xs:string |
source | <xs:element name="Type" type="xs:string"/> |
element BatchPropertyCollection/PropertyCollection/Property/Value
diagram | |
type | xs:string |
source | <xs:element name="Value" type="xs:string"/> |