class_property_composed_name.xsd 355 B

12345678
  1. <schema targetNamespace="urn_sample" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn_sample" xmlns:wst="urn:wst_base">
  2. <xsd:complexType name="TSampleClass">
  3. <xsd:sequence>
  4. <xsd:element name="one-prop" type="xsd:string" />
  5. </xsd:sequence>
  6. <xsd:attribute name="one-two-prop" type="xsd:string"/>
  7. </xsd:complexType>
  8. </schema>