Files
Min-Client-Datasheets/DataCenter_Final_FRA/DataCenter.xsd
2025-03-03 19:44:55 -05:00

17 lines
548 B
XML

<!-- SPDX-License-Identifier: 0BSD -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="https://vezel.dev/novadrop/dc"
attributeFormDefault="qualified">
<xsd:attribute name="keys">
<xsd:simpleType>
<xsd:restriction>
<xsd:simpleType>
<xsd:list itemType="xsd:NCName" />
</xsd:simpleType>
<xsd:maxLength value="4" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:schema>