私はこのxsdを持っています
<xs:attributeGroup name="PropertyAttributes">
<xs:attribute name="IsAttached" type="xs:boolean" default="false" />
<xs:attribute name="IsStatic" type="xs:boolean" default="false" />
</xs:attributeGroup>
このケースを制限したいIsAttached=true IsStatic = true
これどうやってするの?