Files
116.02_KR_DataCenter_Unpacked/DataCenter.xsd
2024-07-18 22:48:21 -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>