public abstract class Style extends Object
Style complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="Style">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
Copyright © 2021. All rights reserved.