<h:div class="summary">An array of strings, separated by whitespace.</h:div> <h:div class="description">An array of strings, separated by whitespace. If the strings have embedded whitespace or may be empty (zero-length), a non-whitespace single-character delimiter must be used. At present no machine validation</h:div> <h:div class="example" href="stringArrayType1.xml"/> |
<xsd:simpleType name="stringArrayType" id="st.stringArrayType"> <xsd:annotation> <xsd:documentation> <h:div class="summary">An array of strings, separated by whitespace.</h:div> <h:div class="description">An array of strings, separated by whitespace. If the strings have embedded whitespace or may be empty (zero-length), a non-whitespace single-character delimiter must be used. At present no machine validation</h:div> <h:div class="example" href="stringArrayType1.xml"/> </xsd:documentation> </xsd:annotation> <xsd:list itemType="xsd:string"/> </xsd:simpleType> |