super(ELEMENT_TYPE);
m_inlineTypeList = new FilteredSegmentList(getChildrenWritable(), INLINE_TYPE_MASK, this);
m_identityConstraintList = new FilteredSegmentList(getChildrenWritable(), IDENTITY_CONSTRAINT_MASK,
m_inlineTypeList, this);
m_defRef = new DefRefAttributeGroup(this);
m_formChoice = new FormChoiceAttribute(this);
m_occurs = new OccursAttributeGroup(this);
m_block = new AllEnumSet(s_blockValues, "block");
m_final = new AllEnumSet(s_derivationValues, "final");
}