← Prev in month ← Prev in thread
Next in thread → Next in month →

Revealing the extension point for my xliffRoundTrip Tool

From
<>
Date
2011-02-15T00:35:12+00:00
ID
Thread
Revealing the extension point for my xliffRoundTrip Tool
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
            targetNamespace="urn:xmarker" 
            xmlns="urn:xmarker" elementFormDefault="qualified">
  <xsd:element name="nest">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>

   <xsd:attribute name="ancs" type="xsd:string"/>
   <xsd:attribute name="node" type="xsd:string"/>
</xsd:schema>
← Prev in month ← Prev in thread
Next in thread → Next in month →